docker/build: remove qemu installation, run inspect for troubleshooting
This commit is contained in:
parent
78909eb8c9
commit
6b121691ef
2 changed files with 2 additions and 2 deletions
|
@ -2,5 +2,5 @@
|
|||
|
||||
export DOCKER_CLI_EXPERIMENTAL=enabled
|
||||
export DOCKER_BUILDKIT=1
|
||||
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
|
||||
docker buildx create --use
|
||||
docker buildx inspect --bootstrap
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
|
||||
export DOCKER_CLI_EXPERIMENTAL=enabled
|
||||
export DOCKER_BUILDKIT=1
|
||||
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
|
||||
docker buildx create --use
|
||||
docker buildx inspect --bootstrap
|
||||
|
|
Reference in a new issue