-
Notifications
You must be signed in to change notification settings - Fork 84
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
Please add aarch64 binary to releases #560
Comments
It's controlled by github actions If you can help with this, please submit a pull request. |
After researching a bit I would say it might not be possible. The thing is that If you look at the man page of I also looked at github actions and available architectures. So it seems that they do not offer any straightforward way of running on arm64: https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners I will probably open an issue on regarding this on https://github.com/rschupp/PAR-Packer, and maybe there is some undocumented environment variable that could be set to get targer architecture compilation working. Edit: rschupp/PAR-Packer#91 |
The maintainer responded: rschupp/PAR-Packer#91 (comment) So yeah its not really possible it seems, unless github actions has aarch64/arm64 architecture linux machines. |
What a coincidence. It seems github released arm64 runners for linux just few days ago. I found a long thread about this here: https://github.com/orgs/community/discussions/19197 Relevant blog: https://github.blog/news-insights/product-news/arm64-on-github-actions-powering-faster-more-efficient-build-systems/ @cmhughes I believe it would be enough to create a duplicate Edit: it seems to only be available to limited users of github:
I guess lets wait till the end of the year. |
Thanks for your time on this.
Yes, perfect, that's what I would like in the yaml file. I guess we wait until it's available. Happy to leave this open, or close it at your preference. |
github/roadmap#970 still waiting... I guess it will be there somewhere in 2025 Q1. |
great, thanks, let me know when you have an update. pull requests welcome |
Please add aarch64 linux binary to releases. Thanks :D
The text was updated successfully, but these errors were encountered: