Skip to content
Patrick José Pereira edited this page Feb 4, 2021 · 21 revisions
  1. Install docker
  2. Install docker buildx
  3. Enable docker experimental features
  4. Pull latest changes to avoid building everything from scratch
    • docker pull --platform linux/arm/v6 bluerobotics/companion-core:master
  5. Build it
    • Be aware that crosscompiling the core image will take some time in a good computer.
    • docker buildx build --platform linux/arm/v6 . -t user/companion-core --push --output type=registry --progress=plain
Clone this wiki locally