Skip to content

Commit

Permalink
chore: runner for multi arch install qemu static
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Riobo Lorenzo <[email protected]>
  • Loading branch information
adrianriobo committed Jul 30, 2024
1 parent 03e15cd commit 739e184
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-oci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Prepare runner
shell: bash
run: |
sudo apt-get install -y qemu-system
- name: Build image for PR
if: ${{ github.event_name == 'pull_request' }}
shell: bash
Expand Down

0 comments on commit 739e184

Please sign in to comment.