Skip to content

Commit

Permalink
Add aarch64 for linux build (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
phnzb authored Nov 20, 2023
1 parent 1913e33 commit 9599854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
rm -rf /build/nzbget
cp -r . /build/nzbget
cd /build
docker run -e ALL_ARCHS="i686 x86_64 armhf armel" -v /build:/build nzbget-build /build/scripts/build-nzbget-ci.sh
docker run -e ALL_ARCHS="i686 x86_64 aarch64 armhf armel" -v /build:/build nzbget-build /build/scripts/build-nzbget-ci.sh
- name: Upload build artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 9599854

Please sign in to comment.