Skip to content

Commit

Permalink
[META] Add Nightly Target for Linux aarch64
Browse files Browse the repository at this point in the history
Bwc9876 committed Jan 17, 2025
1 parent ee68420 commit 78ccc8d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/nightly_build.yml
Original file line number Diff line number Diff line change
@@ -30,7 +30,15 @@ jobs:
- platform: "ubuntu-22.04"
target: "x86_64-unknown-linux-gnu"
args: "appimage deb rpm"
bundle-name: Linux
bundle-name: Linux-x86_64
bundle-path: |
target/release/bundle/**/*.deb
target/release/bundle/**/*.rpm
target/release/bundle/**/*.AppImage
- platform: "ubuntu-22.04-arm"
target: "aarch64-unknown-linux-gnu"
args: "appimage deb rpm"
bundle-name: Linux-aarch64
bundle-path: |
target/release/bundle/**/*.deb
target/release/bundle/**/*.rpm

0 comments on commit 78ccc8d

Please sign in to comment.