Search posts, tags, users, and pages
Kratik Jain
Infrastructure Engineer
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 ...
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?
Hi Dave Murray Thanks for your kind words. Integration with GitHub Actions is too easy than you can think :) Check out this pretty neat guide from Docker: github.com/docker/build-push-action/blob/master/dโฆ
Let me know if this works out for you or not. ๐
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?