Skip to content

Commit

Permalink
Update goreleaser config for kubectl-workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Hardy committed Sep 26, 2022
1 parent 12ae966 commit c6d4c59
Showing 1 changed file with 4 additions and 23 deletions.
27 changes: 4 additions & 23 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,27 +32,9 @@ builds:
goarch: ppc64le
- goos: windows
goarch: ppc64le
- id: "kubectl-ws"
main: ./cmd/kubectl-ws
binary: bin/kubectl-ws
ldflags:
- "{{ .Env.LDFLAGS }}"
goos:
- linux
- darwin
- windows
goarch:
- amd64
- arm64
- ppc64le
ignore:
- goos: darwin
goarch: ppc64le
- goos: windows
goarch: ppc64le
- id: "kubectl-workspaces"
main: ./cmd/kubectl-workspaces
binary: bin/kubectl-workspaces
- id: "kubectl-workspace"
main: ./cmd/kubectl-workspace
binary: bin/kubectl-workspace
ldflags:
- "{{ .Env.LDFLAGS }}"
goos:
Expand All @@ -75,8 +57,7 @@ archives:
- id: kubectl-kcp-plugin
builds:
- kubectl-kcp
- kubectl-ws
- kubectl-workspaces
- kubectl-workspace
name_template: "kubectl-kcp-plugin_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
release:
draft: true
Expand Down

0 comments on commit c6d4c59

Please sign in to comment.