From 146752c32f44e95cd1631a24131d4c4536554856 Mon Sep 17 00:00:00 2001 From: Mangirdas Judeikis Date: Tue, 26 Nov 2024 12:29:57 +0200 Subject: [PATCH] drop darwin for now --- .gitignore | 8 ++------ .goreleaser.yaml | 15 --------------- 2 files changed, 2 insertions(+), 21 deletions(-) diff --git a/.gitignore b/.gitignore index 50b4ba67..653f1014 100644 --- a/.gitignore +++ b/.gitignore @@ -5,9 +5,5 @@ bin/ tmp/ e2e/kind.yaml* -hack/tools/controller-gen -hack/tools/controller-gen-v0.16.1 -hack/tools/openshift-goimports -hack/tools/openshift-goimports-c72f1dc2e3aacfa00aece3391d938c9bc734e791 -hack/tools/yaml-patch -hack/tools/yaml-patch-v0.0.11 +hack/tools/ +dist/ \ No newline at end of file diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 865fc603..56d9069e 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -11,33 +11,18 @@ builds: ldflags: "{{ .Env.LDFLAGS }}" goos: - linux - - darwin - - windows goarch: - amd64 - arm64 - ignore: - - goos: darwin - goarch: ppc64le - - goos: windows - goarch: ppc64le - id: kilo-kgctl dir: cmd/kgctl binary: kilo-kgctl ldflags: "{{ .Env.LDFLAGS }}" goos: - linux - - darwin - - windows goarch: - amd64 - arm64 - ignore: - - goos: darwin - goarch: ppc64le - - goos: windows - goarch: ppc64le - archives: - id: kilo-plugin