Skip to content

Commit 1b3fae9

Browse files
committed
Test adding a linux ARM64 distributables test to CI
1 parent dc1a7c7 commit 1b3fae9

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/ci.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,16 @@ jobs:
8787
strategy:
8888
matrix:
8989
include:
90-
- platform: Ubuntu 24.04
90+
- platform: Ubuntu 24.04 x64
9191
os: "ubuntu-24.04"
9292
test-script: "./unix.sh linux x64"
93-
- platform: Ubuntu 22.04
93+
- platform: Ubuntu 24.04 ARM64
94+
os: "ubuntu-24.04-arm"
95+
test-script: "./unix.sh linux arm64"
96+
- platform: Ubuntu 22.04 x64
9497
os: "ubuntu-22.04"
9598
test-script: "./unix.sh linux x64"
96-
- platform: Ubuntu 20.04
99+
- platform: Ubuntu 20.04 x64
97100
os: "ubuntu-20.04"
98101
test-script: "./unix.sh linux x64"
99102
- platform: MacOS 14 (M1)

0 commit comments

Comments
 (0)