-
Notifications
You must be signed in to change notification settings - Fork 224
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
Add support for M1 Macs (missing darwin/arm build config) #1963
Comments
This is related to issue #1731 - I also commented there. The install.sh script might nee updating as well, but the core issue is that you're not producing arm builds for Mac. |
I just struggled with this as well (two years into ARM Macs and the homebrew formula is still broken for M1/M2 Macs? Come on...). Anyways, the tarball is now there but with the arch being |
@the80srobot I apologize for the delay in looking into this. We do produce https://cli-assets.heroku.com/channels/stable/heroku-darwin-arm64.tar.gz as shown in our documentation. Will that tarball work for you? |
I had the same issue, and did the same thing. The tarball works fine but the install script just doesn't support it... #3013 is a potential fix! |
@davegaeddert the fix you gave us (thank you) has been released in the CLI, is it working for you? |
The Heroku CLI currently fails to install on M1 Macs, because the requisite tarball doesn't exist.
install.sh
can figure out that it needs to set OS to "darwin" and ARCH to "arm", but fails because that tarball doesn't exist on cli-assets.heroku.com.Can you please update your build config to produce a darwin/arm build?
The text was updated successfully, but these errors were encountered: