Skip to content

Commit

Permalink
QEMU setup for release process
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-Ben committed Oct 11, 2023
1 parent cc6fd6e commit a9b8bf3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ jobs:
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_ROBOT_TOKEN }}

# template: .action_templates/steps/set-up-qemu.yaml
- name: Set up QEMU
uses: docker/setup-qemu-action@v2

- name: Publish Image To Quay
if: steps.release_status.outputs.OUTPUT == 'unreleased'
run: python pipeline.py --image-name ${{ matrix.pipeline-argument }} --release true
Expand Down

0 comments on commit a9b8bf3

Please sign in to comment.