Skip to content

Commit

Permalink
Add jdk21_release.groovy
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Leonard <[email protected]>
  • Loading branch information
andrew-m-leonard committed Sep 18, 2023
1 parent ca21da9 commit 9e2fbb5
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions pipelines/jobs/configurations/jdk21_release.groovy
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
targetConfigurations = [
'x64Mac' : [
'temurin'
],
'x64Linux' : [
'temurin'
],
'x64AlpineLinux' : [
'temurin'
],
'x64Windows' : [
'temurin'
],
'ppc64Aix' : [
'temurin'
],
'ppc64leLinux': [
'temurin'
],
's390xLinux' : [
'temurin'
],
'aarch64Linux': [
'temurin'
],
'aarch64Mac': [
'temurin'
],
'arm32Linux' : [
'temurin'
]
]

return this

0 comments on commit 9e2fbb5

Please sign in to comment.