Skip to content

Commit 91083d7

Browse files
committed
Always register all qemu binaries
1 parent c6f060f commit 91083d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/on-tag.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
runs-on: ubuntu-18.04
1111

1212
strategy:
13-
fail-fast: false
1413
matrix:
1514
arch:
1615
- amd64
@@ -112,7 +111,7 @@ jobs:
112111
if: matrix.flavor == 'fuse' && matrix.arch != 'amd64'
113112
env:
114113
QEMU_VERSION: v4.2.0
115-
run: docker run --rm --privileged "meedamian/simple-qemu:${QEMU_VERSION}-${{matrix.arch}}" -p yes
114+
run: docker run --rm --privileged "meedamian/simple-qemu:${QEMU_VERSION}" -p yes
116115

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

0 commit comments

Comments
 (0)