Skip to content

Commit b04bd44

Browse files
committed
👻 Drop ppc and s390x image build architectures
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]>
1 parent 0501e1c commit b04bd44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/image-build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
registry: "quay.io/konveyor"
2121
image_name: "tackle2-ui"
2222
containerfile: "./Dockerfile"
23-
architectures: '[ "amd64", "arm64", "ppc64le", "s390x" ]'
23+
architectures: '[ "amd64", "arm64" ]'
2424
# 2023-03-19: currently needed for npm@10
2525
extra-args: "--ulimit nofile=4096:4096"
2626
secrets:

0 commit comments

Comments
 (0)