Docker Multi-Arch Builds on Github Actions
In the last few months, I’ve been doing some work on building Docker images for multiple architectures (at the moment linux/amd64
and linux/arm64
) on Github Actions.
Here is how I did it.
In the last few months, I’ve been doing some work on building Docker images for multiple architectures (at the moment linux/amd64
and linux/arm64
) on Github Actions.
Here is how I did it.
Happy new year! 🎉
Let’s start by doing something YOU SHOULD NEVER EVER DO.