Skip to content

Commit b803950

Browse files
authored
feat: add JDK25 Windows images (#561)
1 parent a01cc27 commit b803950

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docker-bake.hcl

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ variable "jdks_to_build" {
3535
default = [17, 21, 25]
3636
}
3737

38-
variable "jdks_to_build_windows" {
39-
default = [17, 21]
40-
}
41-
4238
variable "default_jdk" {
4339
default = 17
4440
}
@@ -201,7 +197,7 @@ target "debian" {
201197

202198
target "nanoserver" {
203199
matrix = {
204-
jdk = jdks_to_build_windows
200+
jdk = jdks_to_build
205201
windows_version = windowsversions("nanoserver")
206202
}
207203
name = "nanoserver-${windows_version}_jdk${jdk}"
@@ -226,7 +222,7 @@ target "nanoserver" {
226222

227223
target "windowsservercore" {
228224
matrix = {
229-
jdk = jdks_to_build_windows
225+
jdk = jdks_to_build
230226
windows_version = windowsversions("windowsservercore")
231227
}
232228
name = "windowsservercore-${windows_version}_jdk${jdk}"

0 commit comments

Comments
 (0)