-
-
Notifications
You must be signed in to change notification settings - Fork 393
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
add arm64 prebuilds for alpine #714
Conversation
I ran this locally and How'd you test this? |
Thanks for providing the commands you used!
The tarball, at least on my box, is correctly named, but has incorrect binaries:
To build cross-architecture binaries, I'd expect QEMU (or something like it) to come into play at some point, and I don't see TBH, I'm a |
That's certainly interesting...
I'll look into this more |
Alright, I no longer have any idea what is happening and why. I'll later try to make a workflow which emulates arm64 with qemu and docker to run the prebuilds. No guarantees if that works though as github workflows are really hard to test. |
Ran a test with it: |
LGTM |
Arm64 is getting more and more popular with the oracle servers and raspberry pi's so it would be great to have prebuilds for it.
Could have probably added arm64 support for other builds too but didn't want to start testing if they actually work.