hardillb’s avatarhardillb’s Twitter Archive—№ 18,342

    1. Docker people how do I remove a platform from a buildx machine? I have amd64 (with qemu) and a arm64 machine in the same builder instance. The amd64 machine is building all platforms and not delegating the arm stuff to the arm64 machine.
  1. …in reply to @hardillb
    OK so it's the docker buildx crate --name foo --node bar --platform linux/arm64,linux/arm/v7