Skip to content

Commit

Permalink
use standard go names in release tarballs
Browse files Browse the repository at this point in the history
also include binaries
  • Loading branch information
keegancsmith committed Feb 20, 2020
1 parent bcb5e03 commit 4b5f0fe
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@ builds:
- env:
- CGO_ENABLED=0
main: ./cmd/docsite
goarch:
- amd64
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
- id: tarball
format: tar.gz
- id: bin
format: binary
wrap_in_directory: false
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit 4b5f0fe

Please sign in to comment.