salaboy / from-monolith-to-k8s

Workshop-style guide for creating Cloud-Native applications running on top of Kubernetes
http://salaboy.com
Apache License 2.0
341 stars 96 forks source link

Publish docker container for multi architectures amd64 and arm #30

Open salaboy opened 2 years ago

salaboy commented 2 years ago

https://jitsu.com/blog/multi-platform-docker-builds

We need to include this into the GitHub actions, so when we build the docker containers they can be also used in Apple M1 chips.

@mcruzdev do you think you can cover this one with our current actions?

mcruzdev commented 2 years ago

Hi @salaboy, let's go :rocket: