From a671151f5b823fb94c956bd3e1f8bb3e74ec0a0d Mon Sep 17 00:00:00 2001 From: Stewart X Addison <6487691+sxa@users.noreply.github.com> Date: Mon, 29 Jan 2024 11:17:38 +0000 Subject: [PATCH] Enable arm32/win32 hotspot variant builds (#899) Signed-off-by: Stewart X Addison --- pipelines/jobs/configurations/jdk23.groovy | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pipelines/jobs/configurations/jdk23.groovy b/pipelines/jobs/configurations/jdk23.groovy index 4094715d9..5bc2ee253 100644 --- a/pipelines/jobs/configurations/jdk23.groovy +++ b/pipelines/jobs/configurations/jdk23.groovy @@ -29,6 +29,12 @@ targetConfigurations = [ ], 'aarch64Mac': [ 'temurin' + ], + 'arm32Linux' : [ + 'hotspot' + ], + 'x32Windows' : [ + 'hotspot' ] ]