Skip to content

Commit ef6067f

Browse files
committed
chore: try 4 enable linux-aarch64 build automation
Signed-off-by: Nick Mitchell <[email protected]>
1 parent e6f1eb9 commit ef6067f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-ui.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
include:
1919
- platform: 'macos-latest' # for Arm based macs (M1 and above).
2020
args: '--target universal-apple-darwin'
21-
- platform: 'ubuntu-24.04-arm'
21+
- platform: 'ubuntu-22.04-arm'
2222
args: '--target aarch64-unknown-linux-gnu' # <-- The system library `gdk-3.0` required by crate `gdk-sys` was not found.
2323
- platform: 'ubuntu-22.04'
2424
args: '--target x86_64-unknown-linux-gnu'
@@ -50,7 +50,7 @@ jobs:
5050
rustup target add x86_64-apple-darwin
5151
5252
- name: install dependencies (ubuntu only)
53-
if: matrix.platform == 'ubuntu-22.04' || matrix.platform == 'ubuntu-24.04' # This must match the platform value defined above.
53+
if: matrix.platform == 'ubuntu-22.04' || matrix.platform == 'ubuntu-22.04-arm' # This must match the platform value defined above.
5454
run: |
5555
sudo apt-get update
5656
sudo apt-get install -y libwebkit2gtk-4.1-dev librsvg2-dev patchelf libgtk-3-dev libglib2.0-dev

0 commit comments

Comments
 (0)