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 c65dea5 commit ba20897Copy full SHA for ba20897
.github/workflows/build-test.yml
@@ -52,6 +52,10 @@ jobs:
52
53
- name: Set up QEMU
54
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
55
+ with:
56
+ # https://github.com/tonistiigi/binfmt/issues/240
57
+ # https://github.com/docker/buildx/issues/1170
58
+ image: tonistiigi/binfmt:qemu-v7.0.0-28
59
60
- name: Set up Docker Buildx
61
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
0 commit comments