Skip to content

Commit

Permalink
fix(docker): Adds "debian_jdk21" in s390x, arm32 and ppc64le groups. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
gounthar authored Sep 14, 2023
1 parent 1c3fcec commit d9fc876
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,24 @@ group "linux-arm64" {
]
}

group "linux-arm32" {
targets = [
"debian_jdk21",
]
}

group "linux-s390x" {
targets = [
"debian_jdk11",
"debian_jdk21"
]
}

group "linux-ppc64le" {
targets = [
"debian_jdk11",
"debian_jdk17",
"debian_jdk21"
]
}

Expand Down

0 comments on commit d9fc876

Please sign in to comment.