Skip to content

Commit 670ee3a

Browse files
authored
Fix release workflow by adding QEMU to the runner (#1402)
* QEMU setup for release process * Deactivate job skipping * Reactivate job skipping
1 parent cc6fd6e commit 670ee3a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release-images.yml

+4
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ jobs:
5151
username: ${{ secrets.QUAY_USERNAME }}
5252
password: ${{ secrets.QUAY_ROBOT_TOKEN }}
5353

54+
# template: .action_templates/steps/set-up-qemu.yaml
55+
- name: Set up QEMU
56+
uses: docker/setup-qemu-action@v2
57+
5458
- name: Publish Image To Quay
5559
if: steps.release_status.outputs.OUTPUT == 'unreleased'
5660
run: python pipeline.py --image-name ${{ matrix.pipeline-argument }} --release true

0 commit comments

Comments
 (0)