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 ad61aff commit 5553e22Copy full SHA for 5553e22
.github/workflows/docker.yml
@@ -57,18 +57,14 @@ jobs:
57
# uses: docker/setup-qemu-action@v3
58
# with:
59
# image: tonistiigi/binfmt:qemu-v7.0.0-28
60
-
61
- #- name: Set up Docker Buildx
62
- # uses: docker/setup-buildx-action@v3
63
+
64
- name: Set up QEMU
65
if: matrix.config.platforms != 'linux/arm64'
66
uses: docker/setup-qemu-action@v3
67
with:
68
image: tonistiigi/binfmt:qemu-v7.0.0-28
69
70
- name: Set up Docker Buildx
71
- if: matrix.config.platforms != 'linux/arm64'
72
uses: docker/setup-buildx-action@v3
73
74
0 commit comments