We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ea9a2 commit ac6cb2eCopy full SHA for ac6cb2e
.github/workflows/base-image-rebuild.yml
@@ -33,6 +33,7 @@ jobs:
33
containerfiles: ${{ matrix.containerfile }}
34
image: base
35
tags: ${{ matrix.tags }}
36
+ archs: amd64, arm64, ppc64le
37
# Uncomment once we stop using oc cluster up for tests
38
# oci: true
39
@@ -41,7 +42,6 @@ jobs:
41
42
with:
43
image: ${{ steps.build-image.outputs.image }}
44
tags: ${{ steps.build-image.outputs.tags }}
- archs: amd64, arm64, ppc64le
45
registry: quay.io/packit
46
username: ${{ secrets.QUAY_IMAGE_BUILDER_USERNAME }}
47
password: ${{ secrets.QUAY_IMAGE_BUILDER_TOKEN }}
0 commit comments