Skip to content

Commit 2204201

Browse files
committed
feat: build for aarch64-unknown-linux-gnu in CI
1 parent 5df88a5 commit 2204201

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
args: "--target x86_64-apple-darwin"
2121
- platform: "ubuntu-22.04"
2222
args: ""
23+
- platform: "ubuntu-22.04-arm"
24+
args: ""
2325
- platform: "windows-latest"
2426
args: ""
2527
runs-on: ${{ matrix.platform }}
@@ -56,7 +58,7 @@ jobs:
5658
run: deno install
5759

5860
- name: install dependencies (ubuntu only)
59-
if: matrix.platform == 'ubuntu-22.04'
61+
if: matrix.platform == 'ubuntu-22.04' || matrix.platform == 'ubuntu-22.04-arm'
6062
run: |
6163
sudo apt-get update
6264
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf libudev-dev

0 commit comments

Comments
 (0)