1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

releaser: Update ldflags

This commit is contained in:
Bjørn Erik Pedersen
2017-05-22 12:23:22 +03:00
parent 98e333b35c
commit cdf32f08c7

View File

@ -1,7 +1,7 @@
build:
main: main.go
binary: hugo
ldflags: -s -w -X hugolib.BuildDate={{.Date}} -linkmode external -extldflags "-static"
ldflags: -s -w -X hugolib.BuildDate={{.Date}}
goos:
- darwin
- linux