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 6bf2802 commit 254da7fCopy full SHA for 254da7f
.github/workflows/docker.yml
@@ -47,6 +47,10 @@ jobs:
47
48
- name: Set up QEMU
49
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
50
+ with:
51
+ # https://github.com/tonistiigi/binfmt/issues/240
52
+ # https://github.com/docker/buildx/issues/1170
53
+ image: tonistiigi/binfmt:qemu-v7.0.0-28
54
55
- name: Set up Docker Buildx
56
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
0 commit comments