Skip to content

Commit 702f00b

Browse files
committed
temporary hardcode windows target to jdk21 & jdk25, to be reverted in jenkinsci#2179
1 parent 8e63786 commit 702f00b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker-bake.hcl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,9 @@ target "rhel" {
172172

173173
target "windowsservercore" {
174174
matrix = {
175-
jdk = jdks_to_build()
175+
# TODO: to be restored to jdks_to_build() in #2179
176+
# jdk = jdks_to_build()
177+
jdk = [21, 25]
176178
windows_version = windowsversions("windowsservercore")
177179
}
178180
name = "windowsservercore_jdk${jdk}"

0 commit comments

Comments
 (0)