Skip to content

Commit

Permalink
🌱 Drop ppc and s390x image build architectures (#1901)
Browse files Browse the repository at this point in the history
Drop the ppc and s390x image build architectures.  They are not needed.

Similar to konveyor/tackle2-addon-analyzer#91

Signed-off-by: Scott J Dickerson <[email protected]>
  • Loading branch information
sjd78 authored May 7, 2024
1 parent 0501e1c commit 24e02bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
registry: "quay.io/konveyor"
image_name: "tackle2-ui"
containerfile: "./Dockerfile"
architectures: '[ "amd64", "arm64", "ppc64le", "s390x" ]'
architectures: '[ "amd64", "arm64" ]'
# 2023-03-19: currently needed for npm@10
extra-args: "--ulimit nofile=4096:4096"
secrets:
Expand Down

0 comments on commit 24e02bb

Please sign in to comment.