How to build the Multi-Architecture images
Method 1:
Build an image for each architecture
Push all images to docker hub repository
Create a multi-architecture image
Push the multi-architecture image
The image is now ready to be pulled regardless of architecture
Login to the Ubuntu shell
Method 2: With Buildx tool
Last updated