-
Notifications
You must be signed in to change notification settings - Fork 43
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
Deploy binaries for Apple Silicon #135
Comments
Correct, a prebuilt binary for Apple silicon is not included. There is one for ARM64 but it is for Linux. I'm not sure if there is an easy way to cross compile for Apple silicon in GitHub Actions. |
I think this is blocked by actions/runner-images#2187. |
We could build a universal binary as discussed in Level/leveldown#766. This is how |
I think a universal binary would be a much better approach, we can simplify the homebrew audit check (as we did for fsevents) |
It looks like whatever change which fixes #131 did not include the prebuilt binary for apple silicon (aarm64). Let me know if I missed anything, thanks!
The text was updated successfully, but these errors were encountered: