Skip to content

Commit

Permalink
Switch to arm builder for test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmanes committed Jun 5, 2024
1 parent c0b92ab commit 17ed5a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
with:
distribution: 'temurin'
java-version: 17
arch: aarch64
- name: Install Savant Build
run: |
mkdir -p ~/dev/savant
Expand All @@ -28,7 +29,7 @@ jobs:
ln -s savant-2.0.0-RC.7 current
rm savant.tar.gz
cat <<EOF > ~/.savant/plugins/org.savantbuild.plugin.java.properties
17=${JAVA_HOME_17_X64}
17=${JAVA_HOME_17_ARM64}
EOF
shell: bash
- name: Run the build
Expand Down

0 comments on commit 17ed5a1

Please sign in to comment.