-
Notifications
You must be signed in to change notification settings - Fork 453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No arm64 builds for terraform < 1.0.2 #384
Comments
That's because hashicorp didn't publish any binaries for M1 macs before 1.0.2. The same problem applies to using older provider versions. If you need to use earlier terraform (or provider ) versions all the time, that hashicorp didn't build a darwin_arm64 binary for, I'd suggest you put |
Hello, I agree and have done so already, however I see we have some logic that attempts to handle this and appears to be faulty somehow given that this fails: https://github.com/tfutils/tfenv/blob/master/libexec/tfenv-install#L125 |
Yeah, I poked around that bash logic last week and indeed it seems to be flaky. |
@iomarcovalente there is logic in place that does this automatically, it's just not been released to homebrew. It seems we're way behind on releases, merging, etc. I'm getting concerned about the maintenance of this project myself. |
It just not been released period. It's not homebrew-s fault that there's no tfenv release of that feature. BTW you can still install with homebrew from HEAD to have that feature: |
Installs for terraform version < 1.0.2 fail on my M1 mac unless
TFENV_ARCH=amd64
is specified.Not shown: fishing for the lowest version with arm64 support
The text was updated successfully, but these errors were encountered: