Skip to content

Commit

Permalink
goreleaser.yml: del end
Browse files Browse the repository at this point in the history
  • Loading branch information
ak1ra24 committed Feb 8, 2020
1 parent 316f653 commit b22a28b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ builds:
ldflags:
- -s -w
- -X main.Version={{.Version}}
- -X main.Revision={{.ShortCommit}}
env:
- CGO_ENABLED=0
archives:
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}v{{ .Version }}{{ end }}'
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}_v{{ .Version }}'
replacements:
linux: linux
amd64: x86_64
Expand Down

0 comments on commit b22a28b

Please sign in to comment.