docker buildx build --platform linux/amd64,linux/arm64 .
I constantly use buildx to build x86 images on my M1 so that I can run these images in my x86 Kubernetes cluster.
https://docs.docker.com/buildx/working-with-buildx/
docker buildx build --platform linux/amd64,linux/arm64 .
I constantly use buildx to build x86 images on my M1 so that I can run these images in my x86 Kubernetes cluster.
https://docs.docker.com/buildx/working-with-buildx/