Skip to content

Commit

Permalink
Skip arm/v7 - no Temurin container image
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Jan 27, 2024
1 parent c20a42b commit ab8686d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ target "debian_jdk21" {
tag_lts(false, "lts-jdk21"),
tag_lts(true, "lts-jdk21")
]
platforms = ["linux/amd64", "linux/arm64", "linux/ppc64le", "linux/arm/v7"]
platforms = ["linux/amd64", "linux/arm64", "linux/ppc64le"]
}

target "debian_slim_jdk11" {
Expand Down

0 comments on commit ab8686d

Please sign in to comment.