-
Notifications
You must be signed in to change notification settings - Fork 54
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
Build for Apple Silicon? #186
Comments
I am facing the same issue. |
Hey, this should be doable if goreleaser supports arm osx. Ideally I'd like a mac person to help out with this as I don't have apple machines to test. |
Is does seem like goreleaser supports arm64 builds for macOS: goreleaser/goreleaser#1956 I'd be happy to test any builds you create. I'm on a Macbook Pro with the Apple M1 Pro CPU, running Monterey 12.2.1. |
Locally, I've cloned this repo, and running Performance for the amd64 variant:
Performance for the arm64 variant:
So, it looks good to add arm64 builds. |
It seems that is now deprecated and no longer maintained: https://github.com/goreleaser/godownloader FYI: I've seen a suggestion to use |
@faunaee godownloader has been deprecated for a while, but as it just generates a simple(ish) bash script I'm still happy using it. Will have a look at adding arm64 to next release. |
Hi @faunaee I've put out an RC release with an macos arm64 build. If you can could you give this a test? https://github.com/wjdp/htmltest/releases/tag/v0.16.0-rc2 |
I've tested the RC2 build for ARM64, and it appears to work well, catching errors when it should. No issues to report. 👍 |
@faunaee Lovely, thank you very much! Will get a full release out soon. |
Release made |
Release works great via the |
I've just upgraded to a Macbook Pro with Apple Silicon. Unfortunately, there doesn't appear to be a macOS ARM64 build available, so the installation script exits with a non-zero exit code and no binary is installed.
The text was updated successfully, but these errors were encountered: