Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
ci: Build for aarch64 too
Browse files Browse the repository at this point in the history
Matching the dev images.
  • Loading branch information
cgwalters committed Dec 13, 2023
1 parent 96d637b commit 1436fe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ jobs:
extra-args: |
--from
quay.io/centos-bootc/${{ matrix.os }}-bootc-dev:${{ matrix.tag }}
archs: amd64
archs: amd64, arm64
context: ${{ env.dir }}

- name: Push To quay.io
run: buildah push ${{ steps.build.outputs.image-with-tag }} docker://${{ steps.build.outputs.image-with-tag }}
run: buildah manifest push --all ${{ steps.build.outputs.image-with-tag }} docker://${{ steps.build.outputs.image-with-tag }}
if: ${{ github.event_name != 'pull_request' }}

0 comments on commit 1436fe7

Please sign in to comment.