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

Commit

Permalink
Merge pull request #15 from cgwalters/dev-also-arm64
Browse files Browse the repository at this point in the history
ci: Also build for aarch64
  • Loading branch information
lmilbaum authored Dec 7, 2023
2 parents 593c127 + f987935 commit 61bdcab
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 @@ -51,9 +51,9 @@ jobs:
image: quay.io/centos-bootc/${{ matrix.os }}-bootc-dev
tags: ${{ matrix.version }}
containerfiles: ./${{ matrix.version }}-dev/Containerfile
archs: amd64
archs: amd64, arm64
context: ${{ matrix.version }}-dev

- 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 61bdcab

Please sign in to comment.