Skip to content

Commit

Permalink
drop darwin for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mjudeikis committed Nov 26, 2024
1 parent 9b84cc4 commit 146752c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 deletions.
8 changes: 2 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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/
15 changes: 0 additions & 15 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 146752c

Please sign in to comment.