Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable arm32/win32 hotspot variant builds #899

Merged
merged 1 commit into from
Jan 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Enable arm32/win32 hotspot variant builds
Signed-off-by: Stewart X Addison <[email protected]>
sxa committed Jan 26, 2024

Verified

This commit was signed with the committer’s verified signature.
vbudhram Vijay Budhram
commit 373f19f46f10e4398cb1805f9b1430633d227696
6 changes: 6 additions & 0 deletions pipelines/jobs/configurations/jdk23.groovy
Original file line number Diff line number Diff line change
@@ -29,6 +29,12 @@ targetConfigurations = [
],
'aarch64Mac': [
'temurin'
],
'arm32Linux' : [
'hotspot'
],
'x32Windows' : [
'hotspot'
]
]