Skip to content

Commit

Permalink
Always register all qemu binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
meeDamian committed Jan 22, 2020
1 parent c6f060f commit 91083d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
runs-on: ubuntu-18.04

strategy:
fail-fast: false
matrix:
arch:
- amd64
Expand Down Expand Up @@ -112,7 +111,7 @@ jobs:
if: matrix.flavor == 'fuse' && matrix.arch != 'amd64'
env:
QEMU_VERSION: v4.2.0
run: docker run --rm --privileged "meedamian/simple-qemu:${QEMU_VERSION}-${{matrix.arch}}" -p yes
run: docker run --rm --privileged "meedamian/simple-qemu:${QEMU_VERSION}" -p yes

# For the `fuse` flavor trigger all `ONBUILD`s to make sure fuse is available
- name: Expand fuse
Expand Down

0 comments on commit 91083d7

Please sign in to comment.