We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0501e1c commit b04bd44Copy full SHA for b04bd44
.github/workflows/image-build.yaml
@@ -20,7 +20,7 @@ jobs:
20
registry: "quay.io/konveyor"
21
image_name: "tackle2-ui"
22
containerfile: "./Dockerfile"
23
- architectures: '[ "amd64", "arm64", "ppc64le", "s390x" ]'
+ architectures: '[ "amd64", "arm64" ]'
24
# 2023-03-19: currently needed for npm@10
25
extra-args: "--ulimit nofile=4096:4096"
26
secrets:
0 commit comments