Skip to content

Commit

Permalink
releaser: Fix ldflags setting
Browse files Browse the repository at this point in the history
Closes #3382
  • Loading branch information
bep committed Apr 25, 2017
1 parent 88d8111 commit fd5109b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
build:
main: main.go
binary: hugo
ldflags_template: -s -w -X hugolib.BuildDate={{.Date}} -linkmode external -extldflags "-static"
ldflags: -s -w -X hugolib.BuildDate={{.Date}} -linkmode external -extldflags "-static"
goos:
- darwin
- linux
Expand Down

0 comments on commit fd5109b

Please sign in to comment.