Skip to content

Commit 5d0425d

Browse files
committed
Build on linux-arm64 as well
1 parent f79e95b commit 5d0425d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
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', '+graalvm-head' ]
8383
runs-on: ${{ matrix.os }}
8484
steps:
@@ -94,6 +94,7 @@ jobs:
9494
platform=${{ matrix.os }}
9595
platform=${platform/macos-13/macos-latest}
9696
platform=${platform/macos-14/macos-13-arm64}
97+
platform=${platform/%-arm/-arm64}
9798
echo "platform=$platform" >> $GITHUB_OUTPUT
9899
99100
# Build

0 commit comments

Comments
 (0)