Skip to content

Commit

Permalink
try different buildx bootstrap script
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennedi committed Jun 1, 2021
1 parent d33467f commit 004e3d4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions prepare_docker_buildx.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
docker buildx create --use
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
docker buildx create --name multiarch --driver docker-container --use
docker buildx inspect --bootstrap

0 comments on commit 004e3d4

Please sign in to comment.