-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
aarch64 support #9
Comments
We are building binaries through GitHub Actions. Some references I have found,
It shouldn't be too hard to implement. |
There is still an issue with Error log for `aarch64-unknown-linux-gnu`
|
I did not get the error when building locally with |
I think the issue was cross-compile between platforms. Unfortunately, there is no way to specify CPU architecture in GHA. Would you like to make a PR to submit a binary to our bin folder? |
Fixed in #19. |
Hi! Support for Apple Silicon was brought up in #8. The solution suggested there was to use universal binaries on macOS. For Linux and Windows, I am not sure what the best solution would be.
The text was updated successfully, but these errors were encountered: