-
Notifications
You must be signed in to change notification settings - Fork 91
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
Linux arm64 build plz #90
Comments
Compiling yourself on GNU/Linux is very easy, you just have to follow the instructions here: |
I know this, I just prefer to have the official binary package That way, I could write a shell to automatically check for updates on a regular basis, without having to think about compiling |
Updates don't come very often and compiling is easy, takes only around 1-2 minutes if you don't want to change anything to the source code. Having binaries would be nice too, but currently it is not possible on Github actions unless you use a self-hosted runner. A similar question was asked over here and you can read it: actions/runner-images#2552 In short, ARM/ARM64 support in Github actions will probably be added when azure has ARM CPUs available, Currently, (unless I am missing something) Github actions does support ARM and ARM64 build but only on self-hosted runners. |
Does github-action have an arm version of the build environment available?
Want support for the linux arm version~
The text was updated successfully, but these errors were encountered: