Build multi-CPU architecture compatible Container Images
Today, we are going to learn how we can build docker images for containers that will be compatible with the amd64 and arm64 CPU architecture types.
I chose these two CPU types because amd64 is already widely used with our Linux/Windows/Mac Computers ...
blogs.kratik.dev7 min read
Dave Murray
.NET developer with a passion for mobile and DevOps.
I've recently been asked about adding ARM64 support to one of my open source docker projects, something I knew nothing about so your article is very helpful. Do you have any tips for integrating this into a GitHub Actions workflow?