cisco-open / cluster-registry-controller

An operator that automatically synchronizes Kubernetes resources across multiple clusters
Apache License 2.0
22 stars 8 forks source link

Enable Multiarch #54

Closed BEvgeniyS closed 1 year ago

BEvgeniyS commented 1 year ago
Q A
Bug fix? no
New feature? yes
API breaks? no
Deprecations? no
Related tickets -
License Apache 2.0

What's in this PR?

This enables multi-arch build of conatiner images. Minimal changes required to build amd64/arm64 images

Why?

We want to run this on Graviton instances in AWS, which are ARM based

Checklist