We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef71d1f commit 4dfc8efCopy full SHA for 4dfc8ef
.github/workflows/bake.yaml
@@ -48,6 +48,7 @@ jobs:
48
uses: docker/setup-qemu-action@v3
49
with:
50
platforms: 'arm64'
51
+ image: 'tonistiigi/binfmt:qemu-v8.1.5'
52
53
- name: Set up Docker Buildx
54
uses: docker/setup-buildx-action@v3
.github/workflows/build.yml
@@ -45,6 +45,7 @@ jobs:
45
46
47
platforms: ${{ matrix.platforms }}
- name: Docker meta
env:
0 commit comments