Cross CPU docker images with Github Actions

We will design a continous integration (CI) using Github Actions to automatically build a simple Alpine based Docker image for every CPU architecture supported by Docker. The final image will only print the machine type for this experiment using uname -m. Make sure to check out the Conclusion which highlights more posts about Docker image cross compilation with programming languages such as Go. Prerequisites Have a Github account Have a Github repository Repository setup Have this minimal file structure in your repository:...

June 4, 2021 · 4 min · Quentin McGaw