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 8658041 commit 9f0941eCopy full SHA for 9f0941e
.github/workflows/build.yml
@@ -42,6 +42,10 @@ jobs:
42
- name: Set up QEMU
43
if: ${{ inputs.platforms != 'linux/amd64' }}
44
uses: docker/setup-qemu-action@v3
45
+ with:
46
+ # Workaround for https://github.com/tonistiigi/binfmt/issues/215
47
+ image: tonistiigi/binfmt:qemu-v7.0.0-28
48
+ cache-image: true
49
50
- name: Set up Docker Buildx
51
uses: docker/setup-buildx-action@v3
0 commit comments