Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 481 Bytes

cross_platform_docker_steps.md

File metadata and controls

18 lines (15 loc) · 481 Bytes
  1. If you haven't run this command:
$ docker run --privileged --rm docker/binfmt:a7996909642ee92942dcd6cff44b9b95f08dad64
  1. Build
$ docker buildx build --platform linux/arm64/v8 -t <whatever> --push .
  1. These might help if dpkg fails
$ docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
$ docker buildx rm builder
$ docker buildx create --name builder --driver docker-container --use
$ docker buildx inspect --bootstrap