Skip to content

Commit

Permalink
goreleaser.yml change for linker
Browse files Browse the repository at this point in the history
  • Loading branch information
nickg committed May 20, 2017
1 parent 891115d commit a382af0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
build:
main: cmd/misspell/main.go
binary: misspell
ldflags: -s -w -X main.version={{.Version}}
goos:
- darwin
- linux
Expand All @@ -15,8 +16,6 @@ build:
goarch: 386

archive:
name_template: "{{.Binary}}_{{.Version}}_{{.Os}}_{{.Arch}}"

replacements:
amd64: 64bit
386: 32bit
Expand Down

0 comments on commit a382af0

Please sign in to comment.