Skip to content

Commit

Permalink
update .goreleaser ids, renamed project
Browse files Browse the repository at this point in the history
  • Loading branch information
jdockerty committed Nov 7, 2022
1 parent 218bee4 commit 49158a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ release:
owner: jdockerty
name: kubectl-oomd
builds:
- id: oomlie
- id: oomd
goos:
- linux
- windows
Expand All @@ -19,9 +19,9 @@ builds:
ldflags: -s -w
-X github.com/jdockerty/kubectl-oomd/pkg/version.version=
archives:
- id: oomlie
- id: oomd
builds:
- oomlie
- oomd
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
format_overrides:
- goos: windows
Expand Down

0 comments on commit 49158a1

Please sign in to comment.