atlassian / escalator

Escalator is a batch or job optimized horizontal autoscaler for Kubernetes
Apache License 2.0
662 stars 59 forks source link

Build arm64 container images in release #198

Closed patrickshan closed 2 years ago

patrickshan commented 3 years ago

Currently there is only one amd64 image inside the release. It would be nice to have arm64 image as well and even better if there is an extra container manifest list for each release to include both two architecture images.

patrickshan commented 2 years ago

This has been addressed in this PR: https://github.com/atlassian/escalator/pull/205