mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
releaser: Update ldflags
This commit is contained in:
parent
98e333b35c
commit
cdf32f08c7
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
build:
|
build:
|
||||||
main: main.go
|
main: main.go
|
||||||
binary: hugo
|
binary: hugo
|
||||||
ldflags: -s -w -X hugolib.BuildDate={{.Date}} -linkmode external -extldflags "-static"
|
ldflags: -s -w -X hugolib.BuildDate={{.Date}}
|
||||||
goos:
|
goos:
|
||||||
- darwin
|
- darwin
|
||||||
- linux
|
- linux
|
||||||
|
|
Loading…
Reference in a new issue