Skip to content

Commit

Permalink
update relase to build a binary
Browse files Browse the repository at this point in the history
  • Loading branch information
mercury2269 committed Nov 15, 2018
1 parent 794d7f9 commit fbf59fd
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,18 @@ before:
builds:
- env:
- CGO_ENABLED=0
archive:
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
main: main.go
binary: sqsmover
goos:
- darwin
- linux
- windows
- freebsd
- netbsd
- openbsd
goarch:
- amd64
- 386
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit fbf59fd

Please sign in to comment.