Skip to content

Commit 230f37f

Browse files
committed
Build on linux-arm64 as well
1 parent 593dd01 commit 230f37f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
strategy:
7979
fail-fast: false
8080
matrix:
81-
os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-13, macos-14 ]
81+
os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, ubuntu-22.04-arm, ubuntu-24.04-arm, macos-13, macos-14 ]
8282
name: [ head, debug ]
8383
include:
8484
- { os: ubuntu-24.04, name: asan }
@@ -100,6 +100,7 @@ jobs:
100100
platform=${{ matrix.os }}
101101
platform=${platform/macos-13/macos-latest}
102102
platform=${platform/macos-14/macos-13-arm64}
103+
platform=${platform/%-arm/-arm64}
103104
echo "platform=$platform" >> $GITHUB_OUTPUT
104105
105106
# Build

0 commit comments

Comments
 (0)