Skip to content

Commit 56b59dc

Browse files
Copilotedburns
andauthored
Scope Java glibc option to ARM64 CI
Co-authored-by: edburns <75821+edburns@users.noreply.github.com>
1 parent b8a119b commit 56b59dc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/java-sdk-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
classifier: linux-x64
2929
- os: ubuntu-24.04-arm
3030
classifier: linux-arm64
31+
maven-args: -Dcopilot.native.libc=glibc
3132
- os: windows-latest
3233
classifier: win32-x64
3334
- os: macos-26
@@ -57,7 +58,7 @@ jobs:
5758
- name: Run Java SDK tests (InProcess)
5859
env:
5960
CI: "true"
60-
run: mvn clean verify -Pinprocess -Dcopilot.native.libc=glibc
61+
run: mvn clean verify -Pinprocess ${{ matrix.maven-args }}
6162

6263
- name: Generate Test Report Summary
6364
if: always()

0 commit comments

Comments
 (0)