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 9fca74c commit 1a77ac6Copy full SHA for 1a77ac6
.github/workflows/v3.0-ci.yml
@@ -168,7 +168,7 @@ jobs:
168
runs-on: ubuntu-latest
169
steps:
170
- name: Get the qemu container
171
- run: docker run --rm --privileged multiarch/qemu-user-static:register --reset -p yes
+ run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
172
- name: Run uname
173
run: uname -a
174
- name: Run tests on s390x
0 commit comments