You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to set up tflint with this ruleset on an M1 Mac and running into this error:
Installing `aws` plugin...
Failed to install a plugin. An error occurred:
Error: Failed to download tflint-ruleset-aws_darwin_arm64.zip: file not found in the GitHub release. Does the release contain the file with the correct name ?
I'm guessing this is because goreleaser / the latest release isn't set up to build arm64 by default, though looks like it is supported upstream now: goreleaser/goreleaser#1952. Would you be open to a PR changing that config in the project?
The text was updated successfully, but these errors were encountered:
Hey there,
Trying to set up
tflint
with this ruleset on an M1 Mac and running into this error:I'm guessing this is because
goreleaser
/ the latest release isn't set up to build arm64 by default, though looks like it is supported upstream now: goreleaser/goreleaser#1952. Would you be open to a PR changing that config in the project?The text was updated successfully, but these errors were encountered: