diff --git a/.goreleaser.yaml b/.goreleaser.yaml index bd352cfbbf..d03df2f453 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -39,7 +39,6 @@ builds: goos: - linux - darwin - - windows goarch: - amd64 - arm64 diff --git a/config/crd/kustomization.yaml b/config/crd/kustomization.yaml index 5641552e70..8f70e5f7d9 100644 --- a/config/crd/kustomization.yaml +++ b/config/crd/kustomization.yaml @@ -21,6 +21,7 @@ resources: - bases/controlplane.cluster.x-k8s.io_awsmanagedcontrolplanes.yaml - bases/controlplane.cluster.x-k8s.io_awsmanagedcontrolplanetemplates.yaml - bases/infrastructure.cluster.x-k8s.io_awsmanagedclusters.yaml +- bases/infrastructure.cluster.x-k8s.io_awsmanagedclustertemplates.yaml - bases/bootstrap.cluster.x-k8s.io_eksconfigs.yaml - bases/bootstrap.cluster.x-k8s.io_eksconfigtemplates.yaml - bases/controlplane.cluster.x-k8s.io_rosacontrolplanes.yaml