Closed zganger closed 5 months ago
note: we could consider on Frontend containers as well but I haven't tested. That could be a separate issue if we like this.
Doesn't work without arm64 Github Actions runner (currently in private beta?)
This has been resolved by using qemu in actions to build. We could probably speed it up a little bit when the arm64 actions runner comes out, but until then this can be closed as done.
Graviton performs better and consumes less power and therefore costs 20% less than intel systems. We can adopt it for our backend containers.
Steps:
--platform=linux/arm64
to docker builds in GitHub actionsextra_build_args
option