Closed zlangbert closed 6 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.
Configures CI to also build an image for
linux/arm64
in addition tolinux/amd64
. Our clusters are primarily arm, this would be a nice improvement for us.