Skip to content

Commit

Permalink
e:ghost: drop pp64le and s390x architecture support (#121)
Browse files Browse the repository at this point in the history
Limiting ourselves to only what the java-external-provider supports.

Signed-off-by: David Zager <dzager@redhat.com>
  • Loading branch information
djzager committed May 6, 2024
1 parent 83cf8b0 commit 1d66d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/multi-arch_images_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Checkout Push to Registry action
uses: konveyor/release-tools/build-push-quay@main
with:
architectures: "amd64, arm64, ppc64le, s390x"
architectures: "amd64, arm64"
containerfile: "./core.Dockerfile"
image_name: "windup-shim"
image_namespace: "konveyor"
Expand Down

0 comments on commit 1d66d2f

Please sign in to comment.