h3poteto / aws-global-accelerator-controller

A Kubernetes controller for Global Accelerators and Route53
Apache License 2.0
26 stars 8 forks source link

add linux/arm64 container build #173

Closed zlangbert closed 4 months ago

zlangbert commented 4 months ago

Configures CI to also build an image for linux/arm64 in addition to linux/amd64. Our clusters are primarily arm, this would be a nice improvement for us.

zlangbert commented 4 months ago

@h3poteto Thanks for triggering the first build. I think I fixed the issue, we need GOOS and GOARCH to only apply to the build itself. Having those set for when the k8s codegen runs breaks the codegen tooling.