Skip to content

Commit

Permalink
Add Alpine Linux aarch64 to platform map (#3670)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams committed May 18, 2022
1 parent 8768df5 commit 63fc2cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions buildenv/jenkins/openjdk_tests
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ def PLATFORM_MAP = [
'SPEC' : 'linux_aarch64',
'LABEL' : 'ci.role.test&&sw.os.linux&&hw.arch.aarch64',
],
'aarch64_alpine-linux' : [
'SPEC' : 'alpine-linux_aarch64',
'LABEL' : 'ci.role.test&&hw.arch.aarch64&&sw.os.alpine-linux',
],
'ppc32_aix' : [
'SPEC' : 'aix_ppc',
'LABEL' : 'ci.role.test&&hw.arch.ppc64&&sw.os.aix',
Expand Down

0 comments on commit 63fc2cc

Please sign in to comment.