Skip to content

Commit 1b3b0b0

Browse files
run alpine on ARM
1 parent 3a493be commit 1b3b0b0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test-and-publish-nightly.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,12 @@ jobs:
103103
java-version: [8, 11, 17, 21, 25]
104104
java-distribution: [corretto]
105105
container-image: [arm:latest]
106+
include:
107+
- test-platform: linux-arm64-alpine
108+
container-image: alpine:corretto-17
109+
use-builtin-jdk: true
110+
java-distribution: corretto
111+
java-version: 17
106112
uses: ./.github/workflows/integ.yml
107113
with:
108114
platform: linux-arm64

0 commit comments

Comments
 (0)