Building multi-architecture docker images with Skaffold
问题 I've been able to get two awesome technologies to work independently. Skaffold BuildX Unfortunatly I don't know how to use them both at the same time. I'm currently building and testing on my laptop (amd), then deploying to a Raspberri Pi 4 (arm64) running Kubernetes. To get this working I use something like: docker buildx build --platform linux/amd64,linux/arm64 --tag my-registry/my-image:latest --push . Before attempting to target an arm I was using skaffold. Is there any way to continue to