Skip to content

Commit

Permalink
build: change main target for goreleaser
Browse files Browse the repository at this point in the history
Signed-off-by: William Albertus Dembo <w.albertusd@gmail.com>
  • Loading branch information
walbertus committed Mar 15, 2021
1 parent 4886c7b commit 60e4627
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ builds:
- linux
- windows
- darwin
main: ./cmd/main.go
archives:
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
replacements:
Expand Down

0 comments on commit 60e4627

Please sign in to comment.