How to use docker buildx or perform multi-arch builds?

Is there a way to get the docker plugin to build via buildx?

I’m working on a home project whose deployment architecture (arm64) is different than the build architecture (amd64), and I’d like to resolve that by making multi-architecture images.

3 Likes

Also looking for this feature.

1 Like