We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f060f commit 91083d7Copy full SHA for 91083d7
.github/workflows/on-tag.yml
@@ -10,7 +10,6 @@ jobs:
10
runs-on: ubuntu-18.04
11
12
strategy:
13
- fail-fast: false
14
matrix:
15
arch:
16
- amd64
@@ -112,7 +111,7 @@ jobs:
112
111
if: matrix.flavor == 'fuse' && matrix.arch != 'amd64'
113
env:
114
QEMU_VERSION: v4.2.0
115
- 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
116
117
# For the `fuse` flavor trigger all `ONBUILD`s to make sure fuse is available
118
- name: Expand fuse
0 commit comments