Skip to content

Commit

Permalink
Create .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
donwa authored Feb 13, 2020
1 parent 287f4c6 commit 1dae757
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
env:
- GO111MODULE=on
before:
hooks:
- go mod download
builds:
- ldflags: -s -w
env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
goarch:
- 386
- amd64
- arm
- arm64
archives:
-
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
format: gz
format_overrides:
- goos: windows
format: zip
files:
- none*
checksum:
name_template: "checksums.txt"

0 comments on commit 1dae757

Please sign in to comment.