Skip to content

Commit

Permalink
Simplify goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskim06 committed Dec 6, 2020
1 parent dfc5498 commit f98fba9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ before:
# you may remove this if you don't need go generate
- go generate ./...
builds:
- id: kubectl-ptop
main: ./
binary: kubectl-ptop
env:
- CGO_ENABLED=0
goos:
Expand All @@ -18,8 +15,6 @@ builds:
goarch:
- amd64
archives:
- builds:
- kubectl-ptop
name_template: "{{ .ProjectName }}_{{ .Tag }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
wrap_in_directory: false
format: tar.gz
Expand Down

0 comments on commit f98fba9

Please sign in to comment.