Skip to content

Commit

Permalink
change docker build options
Browse files Browse the repository at this point in the history
  • Loading branch information
hiltay committed Feb 7, 2023
1 parent 0c24ae6 commit fb351bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dockerbuild.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export DOCKER_CLI_EXPERIMENTAL=enabled
docker run --rm --privileged docker/binfmt:66f9012c56a8316f9244ffd7622d7c21c1f6f28d
docker buildx create --use --name mybuilder
docker buildx inspect mybuilder --bootstrap
docker buildx build -t yyyzyyyz/fcircle --platform=linux/arm,linux/arm64,linux/amd64 . --push

0 comments on commit fb351bf

Please sign in to comment.