Docker buildx allows you to build multi-platform images to support different types of architectures, in particular, Linux amd64 and arm variants. The Docker manifesto says “build once, deploy anywhere”. That’s why, with the growing popularity of ARM architectures, it’s becoming more and more important to allow users to easily build Docker images that can automatically […]