gardener / autoscaler

Customised fork of cluster-autoscaler to support machine-controller-manager
Apache License 2.0
16 stars 25 forks source link

Cherry pick of #161: Build Multi-Arch Images #163

Closed oliver-goetz closed 1 year ago

oliver-goetz commented 1 year ago

What this PR does / why we need it: This PR enables the CI pipeline to publish multi-arch images with support for linux/amd64 and linux/arm64.

Which issue(s) this PR fixes: Fixes parts of https://github.com/gardener/gardener/issues/6258

Special notes for your reviewer: I created a new Dockerfile for cluster-autoscaler which is easier to use in docker-buildx environment.

Release note:

Docker images for cluster-autoscaler are published with multi-arch support for `linux/amd64` and `linux/arm64` now.
Update Go version to `1.18.10`.
gardener-robot commented 1 year ago

@oliver-goetz You need rebase this pull request with latest master branch. Please check.