Skip to content

Commit af170ad

Browse files
committed
Revert "build only default jdk for now"
This reverts commit 6687972.
1 parent b4b3bbb commit af170ad

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docker-bake.hcl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ variable "jdks_to_build_for_lts" {
44
}
55

66
variable "jdks_to_build_for_weekly" {
7-
# TODO: restore
8-
# default = [17, 21, 25]
9-
default = [default_jdk]
7+
default = [17, 21, 25]
108
}
119

1210
variable "default_jdk" {

0 commit comments

Comments
 (0)