-
Notifications
You must be signed in to change notification settings - Fork 18
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 aarch64 builds to CI #57
Comments
I can try building it, but I'll need someone's help testing it |
That would be great, I can test it. |
@MichaIng I have successfully build aarch64 toolchain and nzbget for this architecture. Please try to test aarch64 build from this workflow artifacts.If everything is ok, we will add aarch64 to the CI builds. |
Works like a charm, tested on NanoPi R4S. Many thanks for adding it so quickly 🚀. |
Works very well with the 22.0 release. Here a test install in GitHub actions, within QEMU-emulated container: https://github.com/MichaIng/DietPi/actions/runs/6932552257/job/18856975756#step:2:655 This includes already running it via systemd service with I also did another successful test install on the NanoPi R4S. |
Is there a particular reason why
aarch64
binaries are not built? As far as I can see, the build scripts do still support it, so it might be possible to just add it here: https://github.com/nzbgetcom/nzbget/blob/develop/.github/workflows/linux.yml#L26But the
build-nzbget-ci.sh
is not public, so not sure whether it is an entirely different script.The text was updated successfully, but these errors were encountered: