Skip to content

Commit

Permalink
Disable ppc64 and s390x (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
timja committed Aug 25, 2021
1 parent e0eb7f8 commit 5219d87
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,11 @@ group "linux-arm64" {
}

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

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

group "windows" {
Expand Down Expand Up @@ -131,5 +127,5 @@ target "debian_jdk11" {
"${REGISTRY}/${JENKINS_REPO}:latest-bullseye-jdk11",
"${REGISTRY}/${JENKINS_REPO}:latest-jdk11",
]
platforms = ["linux/amd64", "linux/arm64", "linux/ppc64le", "linux/s390x"]
platforms = ["linux/amd64", "linux/arm64"]
}

0 comments on commit 5219d87

Please sign in to comment.