diff --git a/.github/workflows/reusable-build.yaml b/.github/workflows/reusable-build.yaml index 2f16799..d4a4fc2 100644 --- a/.github/workflows/reusable-build.yaml +++ b/.github/workflows/reusable-build.yaml @@ -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 }} @@ -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'