Skip to content

Commit 17ed5a1

Browse files
committed
Switch to arm builder for test runs
1 parent c0b92ab commit 17ed5a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
with:
1919
distribution: 'temurin'
2020
java-version: 17
21+
arch: aarch64
2122
- name: Install Savant Build
2223
run: |
2324
mkdir -p ~/dev/savant
@@ -28,7 +29,7 @@ jobs:
2829
ln -s savant-2.0.0-RC.7 current
2930
rm savant.tar.gz
3031
cat <<EOF > ~/.savant/plugins/org.savantbuild.plugin.java.properties
31-
17=${JAVA_HOME_17_X64}
32+
17=${JAVA_HOME_17_ARM64}
3233
EOF
3334
shell: bash
3435
- name: Run the build

0 commit comments

Comments
 (0)