Skip to content

Commit

Permalink
add alpine linux builds for JDK11 (adoptium#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams authored and vsebe committed Nov 23, 2021
1 parent 5913235 commit ecb9fe8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pipelines/jobs/configurations/jdk11u_pipeline_config.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,14 @@ class Config11 {
buildArgs : "--ssh --disable-adopt-branch-safety -r [email protected]:runtimes/openj9-openjdk-jdk11 -b ibm_sdk"
],

x64AlpineLinux : [
os : 'alpine-linux',
arch : 'x64',
dockerImage : 'adoptopenjdk/alpine3_build_image',
test : 'default',
configureArgs : '--enable-headless-only=yes'
],

x64Windows: [
os : 'windows',
arch : 'x64',
Expand Down

0 comments on commit ecb9fe8

Please sign in to comment.