Skip to content
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

Switch to aarch64 runner image instead of using QEMU #27

Open
pentamassiv opened this issue Oct 1, 2022 · 2 comments
Open

Switch to aarch64 runner image instead of using QEMU #27

pentamassiv opened this issue Oct 1, 2022 · 2 comments
Labels
is blocked This issue can't be fixed right now

Comments

@pentamassiv
Copy link
Owner

Currently building for aarch64 is extremely slow. The reason is that it cross-compiles using QEMU. Once a native aarch64 runner becomes available, it should be used instead. This will simplify the Github Actions as well.
The progress of it is tracked in actions/runner-images#5631

@pentamassiv pentamassiv added the is blocked This issue can't be fixed right now label Nov 8, 2022
@afifurrohman-id
Copy link

afifurrohman-id commented Apr 5, 2024

@pentamassiv Now MacOS M1 is GA: https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source

I can open PR for it if you consider using Mac instead of linux.

@pentamassiv
Copy link
Owner Author

Sure, if you can write an Action that can build it on macOS and see if it builds on aarch64, I would appreciate it. So far I am not aware of any issues on aarch64 since there is no architecture specific code so maybe it is not needed though

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is blocked This issue can't be fixed right now
Projects
None yet
Development

No branches or pull requests

2 participants