Skip to content

Commit

Permalink
Enable arm32/win32 hotspot variant builds
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart X Addison <[email protected]>
  • Loading branch information
sxa committed Jan 26, 2024
1 parent 89bf904 commit 373f19f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pipelines/jobs/configurations/jdk23.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ targetConfigurations = [
],
'aarch64Mac': [
'temurin'
],
'arm32Linux' : [
'hotspot'
],
'x32Windows' : [
'hotspot'
]
]

Expand Down

0 comments on commit 373f19f

Please sign in to comment.