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

Commit

Permalink
fix(ci): Setup qemu before building multiplat images
Browse files Browse the repository at this point in the history
Signed-off-by: RJ Trujillo <eyecantcu@pm.me>
  • Loading branch information
EyeCantCU committed May 12, 2024
1 parent 8816ffb commit 0f303e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/reusable-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
type: string
env:
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}
ARCHS: "arm64, amd64"

concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}-${{ inputs.fedora_version }}
Expand Down Expand Up @@ -144,6 +143,9 @@ jobs:
# we can retry on that unfortunately common failure case
podman pull quay.io/fedora/fedora-bootc:${{ matrix.fedora_version }}
- name: Setup qemu
uses: docker/setup-qemu-action@v2

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 0f303e9

Please sign in to comment.