-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Support ARM64 based CPU #2793
Comments
@adamcooke Support appears to be broken |
This is intentional. Unfortunately it takes 20+ minutes to build for ARM. Until we can speed this up, ARM images are not built. |
We have had this problem too (building ARM images on GitHub), hopefully the ARM runners are available soon https://github.blog/changelog/2023-10-30-accelerate-your-ci-cd-with-arm-based-hosted-runners-in-github-actions/ |
Hi all, are there any updates on adding ARM64 support to the project? |
Hey @adamcooke, seemed to me like you had this sussed out already. Are there any updates on this please? I'll buy you a coffee. |
+1 |
|
Describe the bug
As there isn't a build for ARM64 based CPUs, Postal cannot run on them and errors with "exec user process caused: exec format error".
To Reproduce
Expected behaviour
I expect Postal to work on ARM, while ARM architecture wasn't used as much in servers previously, it's becoming increasingly popular with many dedicated/cloud server providers offering them.
Additional information/context
I've created a PR to add ARM builds in #2770.
The text was updated successfully, but these errors were encountered: