Skip to content

Commit

Permalink
Enable arm32/win32 hotspot variant builds (#899)
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart X Addison <[email protected]>
  • Loading branch information
sxa authored Jan 29, 2024
1 parent b5a858d commit a671151
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 a671151

Please sign in to comment.