-
Notifications
You must be signed in to change notification settings - Fork 757
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
Arm64 release? #4135
Comments
I'm not aware of anyone working on it atm, but a PR would definitely be welcome! |
Will do. |
After some research, Github Actions currently supports Arm64 only for self-hosted runners. There exists the possibility of using emulation through But that is 5 to 10 times slower than a native runner. And, native arm64 runners are probably around the corner. So, closing / putting this on hold until GA supports native arm64 builds. |
FWIW, we at Fedora have been building binaryen on ARMv7 HFP and ARMv8 for quite some time now: https://src.fedoraproject.org/rpms/binaryen and we're running the test suite at the end of each build. |
Thanks @rathann , that's good to know that things are correct! |
We're also building it for ARMv8 using CircleCI, which currently supports native Arm machines. Adding the test suite at the end of the build is a good idea. Particularly considering that for the time being, it will not be built here as part of the release. |
Closing this, until Arm native builders appear on GA. |
This was implemented using QEMU for now in #6334 |
Hello,
Do you have plans to add a
arm64
release?I've compiled it myself with good results (using the
alpine-linux
directives, from the CI setup), and I wonder why don't you add aarm64-linux
release to the list of releases?It would be a good option for us, and probably others.
Thanks.
The text was updated successfully, but these errors were encountered: