Skip to content

Commit

Permalink
try out the two available architectures for now
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve committed Oct 17, 2023
1 parent e7b4ca8 commit e47db5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -227,5 +227,6 @@ target "debian_jdk21" {
"${REGISTRY}/${JENKINS_REPO}:latest-bookworm-jdk21",
"${REGISTRY}/${JENKINS_REPO}:latest-jdk21",
]
platforms = ["linux/amd64", "linux/arm64", "linux/ppc64le", "linux/arm/v7"]
platforms = ["linux/amd64", "linux/arm64"]
# platforms = ["linux/amd64", "linux/arm64", "linux/ppc64le", "linux/arm/v7"]
}

0 comments on commit e47db5e

Please sign in to comment.