|

Build Spring Boot multi arch docker images with GitHub actions.

In this blog post, I will show you how to build multi arch docker images of Spring Boot applications with GitHub actions. This is useful for building images that can be run on system with different architectures. In one of my previous blog post, I have shown you how to build spring boot application multi…