Skip to content

Commit

Permalink
[META] Add Nightly Target for Linux aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
Bwc9876 committed Jan 17, 2025
1 parent 78ccc8d commit 9d78919
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
bundle-path: |
target/release/bundle/**/*.deb
target/release/bundle/**/*.rpm
target/release/bundle/**/*.AppImage
target/release/bundle/**/*.AppImage
- platform: "ubuntu-22.04-arm"
target: "aarch64-unknown-linux-gnu"
args: "appimage deb rpm"
Expand All @@ -60,7 +60,7 @@ jobs:
sed -i.old -e 's/"createUpdaterArtifacts": "v1Compatible"/"createUpdaterArtifacts": false/' owmods_gui/backend/tauri.conf.json
shell: bash
- name: Install dependencies (ubuntu only)
if: matrix.platform == 'ubuntu-22.04'
if: startsWith(matrix.platform, 'ubuntu')
run: |
sudo apt update
sudo apt install libwebkit2gtk-4.1-dev \
Expand Down

0 comments on commit 9d78919

Please sign in to comment.