Skip to content

Commit b71798c

Browse files
committed
Added linux arm64 runner.
1 parent 6dfd37d commit b71798c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,17 @@ jobs:
6464
strategy:
6565
matrix:
6666
include:
67-
# Linux
67+
# Linux (x64)
6868
- os: ubuntu-22.04
6969
rid: linux-x64
7070
ext: ""
7171
- os: ubuntu-22.04
7272
rid: linux-musl-x64
7373
ext: ""
74+
# Linux (arm64 on ARM runner!)
75+
- os: ubuntu-arm64
76+
rid: linux-arm64
77+
ext: ""
7478
# macOS
7579
- os: macos-14
7680
rid: osx-x64
@@ -85,9 +89,6 @@ jobs:
8589
- os: windows-2022
8690
rid: win-x86
8791
ext: ".exe"
88-
- os: windows-2022
89-
rid: win-arm64
90-
ext: ".exe"
9192

9293
steps:
9394
- name: 📦 Checkout

0 commit comments

Comments
 (0)