Skip to content

Commit

Permalink
update goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyYe committed Aug 29, 2023
1 parent 6b7d887 commit 92462c3
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,7 @@ builds:
ldflags:
- -s -w -X main.Version={{.Tag}}
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
freebsd: FreeBSD
openbsd: OpenBSD
- name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit 92462c3

Please sign in to comment.