hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit d33563b5d79af01260a24cea355160d802b2bd4e
parent fc4a0d1704d2cd52fd52e84704f28b5024304548
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date:   Mon, 28 Aug 2017 11:46:03 +0200

release: CGO_ENABLED=0

Diffstat:
Mgoreleaser.yml | 2++
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/goreleaser.yml b/goreleaser.yml
@@ -2,6 +2,8 @@ build:
   main: main.go
   binary: hugo
   ldflags: -s -w -X hugolib.BuildDate={{.Date}}
+  env:
+    - CGO_ENABLED=0
   goos:
     - darwin
     - linux