Skip to content

Commit a6ea9a2

Browse files
authored
feat(base): build for alternative architectures (#620)
2 parents c093640 + eb25d5d commit a6ea9a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/base-image-rebuild.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
with:
4242
image: ${{ steps.build-image.outputs.image }}
4343
tags: ${{ steps.build-image.outputs.tags }}
44+
archs: amd64, arm64, ppc64le
4445
registry: quay.io/packit
4546
username: ${{ secrets.QUAY_IMAGE_BUILDER_USERNAME }}
4647
password: ${{ secrets.QUAY_IMAGE_BUILDER_TOKEN }}

0 commit comments

Comments
 (0)