Skip to content

Commit

Permalink
Adding release binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
cgxeiji committed Sep 20, 2019
1 parent 5041a7b commit a005071
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
builds:
-
env:
- CGO_ENABLED=0
goos:
- darwin
- linux
- windows
archives:
-
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
format_overrides:
- goos: windows
format: zip
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'

0 comments on commit a005071

Please sign in to comment.