We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 343f846 commit 4f2f295Copy full SHA for 4f2f295
.github/workflows/bake.yaml
@@ -48,6 +48,8 @@ jobs:
48
uses: docker/setup-qemu-action@v3
49
with:
50
platforms: 'arm64'
51
+ # TODO: remove once https://github.com/docker/setup-qemu-action/issues/198 is fixed
52
+ image: 'tonistiigi/binfmt:qemu-v7.0.0'
53
54
- name: Set up Docker Buildx
55
uses: docker/setup-buildx-action@v3
.github/workflows/build.yml
@@ -45,6 +45,8 @@ jobs:
45
46
47
platforms: ${{ matrix.platforms }}
- name: Docker meta
env:
0 commit comments