mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-23 21:53:09 +02:00
release: CGO_ENABLED=0
This commit is contained in:
@@ -2,6 +2,8 @@ build:
|
|||||||
main: main.go
|
main: main.go
|
||||||
binary: hugo
|
binary: hugo
|
||||||
ldflags: -s -w -X hugolib.BuildDate={{.Date}}
|
ldflags: -s -w -X hugolib.BuildDate={{.Date}}
|
||||||
|
env:
|
||||||
|
- CGO_ENABLED=0
|
||||||
goos:
|
goos:
|
||||||
- darwin
|
- darwin
|
||||||
- linux
|
- linux
|
||||||
|
Reference in New Issue
Block a user