diff options
Diffstat (limited to 'goreleaser.yml')
-rw-r--r-- | goreleaser.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/goreleaser.yml b/goreleaser.yml index 582ad7d13..dbf4b3299 100644 --- a/goreleaser.yml +++ b/goreleaser.yml @@ -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 |