Setup Docker Buildx For Multi Arch builds
Last updated
Last updated
By default buildx
plugin is availabe on Docker Desktop, and if Docker was installing using packages. In case it is not installed, we can get it from and put it to ~/.docker/cli-plugins
directory, and make it executable using the following command -
To be able to build Multi-Arch Docker Images -
And that's it! Now we can run docker buildx
on our Dockerfile(s) to build them for Multi Architecture.
Source(s)