Skip to content

Commit e01be36

Browse files
committed
Update workaround for arm64
1 parent b398caa commit e01be36

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-docker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
- name: Set up QEMU for ARM64
3131
if: matrix.platform == 'linux/arm64'
3232
uses: docker/setup-qemu-action@v3
33-
with:
34-
image: tonistiigi/binfmt:qemu-v7.0.0-28
33+
# with:
34+
# image: tonistiigi/binfmt:qemu-v7.0.0-28
3535

3636
- name: Set up Docker Buildx
3737
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)