-
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.
-
OK so it's the
docker buildx crate --name foo --node bar --platform linux/arm64,linux/arm/v7