Skip to content

Commit

Permalink
feat(ci): Add support for aarch64
Browse files Browse the repository at this point in the history
Signed-off-by: RJ Trujillo <[email protected]>
  • Loading branch information
EyeCantCU committed May 11, 2024
1 parent 35f513e commit 74d8a08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/reusable-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
type: string
env:
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}
ARCHS: "arm64, x86_64"

concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}-${{ inputs.fedora_version }}
Expand Down Expand Up @@ -148,6 +149,7 @@ jobs:
id: build_image
uses: redhat-actions/buildah-build@v2
with:
archs: ${{ env.ARCHS }}
containerfiles: |
./Containerfile
image: ${{ env.IMAGE_NAME }}
Expand Down

0 comments on commit 74d8a08

Please sign in to comment.