Skip to content

Commit 01e3e59

Browse files
committed
Switch to tonistiigi/binfmt when building Docker images which offers QEMU v7.0.0, thus should not trigger golang/go#69259
1 parent 8d878ea commit 01e3e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ if [ "$SSHWIFTY_DEPLOY" = 'yes' ]; then
9292
catch child \
9393
'
9494
docker login -u "$DOCKER_HUB_USER" -p "$DOCKER_HUB_PASSWORD" &&
95-
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes &&
95+
docker run --privileged --rm tonistiigi/binfmt --install all &&
9696
docker buildx create --use --driver docker-container --name buildx-instance &&
9797
docker buildx inspect --bootstrap &&
9898
docker buildx ls &&

0 commit comments

Comments
 (0)