-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Apple Silicon arm64 release #1647
Comments
I've tried but I couldn't get the CI build working, it requires cross-compilation since there's no M1 github action runners. Might be resolved once helix is available on homebrew. If you or anyone can get a working CI configuration I'd be open to accept the change though. |
As a datapoint, I get the following error when using the helix nix flake on my M1 Mac:
When I use the
Will investigate further when I find time. Other refs: |
https://www.macstadium.com/opensource Can this help in any way? |
We might be able to use that to run a custom github actions runner. It wasn't initially supported for a while (actions/runner@088caf5) but it looks like actions/runner got M1 support recently: actions/runner@d769477 |
I managed to get aarch64 CI builds working with cross compilation. Tests can't be run because Rosetta 2 doesn't work in the other way around, though.
|
@yvt Would you mind opening up a PR? We can conditionally skip the test runs since it's tested on the regular build at least. |
Done in #3137 |
Describe your feature request
Please provide binary for macOS arm64, likes provided for Linux arm64.
Thanks.
The text was updated successfully, but these errors were encountered: