Skip to content

Commit 2e79382

Browse files
committed
push.yml: test on a Linux_ARM64 platform
1 parent 0aa92d5 commit 2e79382

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/push.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,19 @@ jobs:
1919
- run: ./gradlew :apps:HelloLibbulletjme --console=plain --stacktrace
2020
- run: ./gradlew :apps:HelloVehicle0 --console=plain --stacktrace
2121

22+
Java21-Linux_ARM64:
23+
if: contains(toJson(github.event.commits), '[ci skip] ') == false
24+
runs-on: ubuntu-24.04-arm
25+
steps:
26+
- uses: actions/setup-java@v5
27+
with:
28+
distribution: 'temurin'
29+
java-version: 21
30+
- uses: actions/checkout@v6
31+
- run: ./gradlew build javadoc install --console=plain --stacktrace
32+
- run: ./gradlew :apps:HelloLibbulletjme --console=plain --stacktrace
33+
- run: ./gradlew :apps:HelloVehicle0 --console=plain --stacktrace
34+
2235
Java21-MacOSX_ARM64:
2336
if: contains(toJson(github.event.commits), '[ci skip] ') == false
2437
runs-on: macos-26

0 commit comments

Comments
 (0)