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 2dc6294 commit 67af31aCopy full SHA for 67af31a
.github/workflows/build.yaml
@@ -74,10 +74,10 @@ jobs:
74
with:
75
username: ${{ vars.DOCKER_LOGIN }}
76
password: ${{ secrets.DOCKER_PASSWORD }}
77
- - uses: docker/setup-qemu-action@v3
78
- with:
79
- platforms: linux/arm64,linux/amd64,linux/armv7
80
- image: tonistiigi/binfmt:latest
+# - uses: docker/setup-qemu-action@v3
+# with:
+# platforms: linux/arm64,linux/amd64,linux/armv7
+# image: tonistiigi/binfmt:latest
81
- name: Build
82
run: |
83
docker run --rm --privileged \
0 commit comments