We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5df88a5 commit 2204201Copy full SHA for 2204201
.github/workflows/publish.yml
@@ -20,6 +20,8 @@ jobs:
20
args: "--target x86_64-apple-darwin"
21
- platform: "ubuntu-22.04"
22
args: ""
23
+ - platform: "ubuntu-22.04-arm"
24
+ args: ""
25
- platform: "windows-latest"
26
27
runs-on: ${{ matrix.platform }}
@@ -56,7 +58,7 @@ jobs:
56
58
run: deno install
57
59
60
- name: install dependencies (ubuntu only)
- if: matrix.platform == 'ubuntu-22.04'
61
+ if: matrix.platform == 'ubuntu-22.04' || matrix.platform == 'ubuntu-22.04-arm'
62
run: |
63
sudo apt-get update
64
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf libudev-dev
0 commit comments