release: Fix goreleaser config - hugo - [fork] hugo port for 9front
(HTM) git clone git@git.drkhsh.at/hugo.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
(DIR) commit a28865cfc3e296cf0ddd0bd6c1368fcdb2154d0f
(DIR) parent cb6c77b8130c2150ff0b2407b57e327f5742b1bc
(HTM) Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date: Mon, 24 Dec 2018 09:20:09 +0100
release: Fix goreleaser config
Diffstat:
M goreleaser-extended.yml | 6 +++---
M goreleaser.yml | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
---
(DIR) diff --git a/goreleaser-extended.yml b/goreleaser-extended.yml
@@ -2,7 +2,7 @@ project_name: hugo_extended
builds:
- binary: hugo
ldflags:
- - -s -w -X github.com/gohugoio/hugo/common/hugo.buildDate={{.Date}} -X github.com/gohugoio/hugo/common/hugo.commitHash={{ .ShortCommit }}
+ - -s -w -X github.com/gohugoio/hugo/common/hugo.buildDate={{.Date}} -X github.com/gohugoio/hugo/common/hugo.commitHash={{ .Commit }}
- "-extldflags '-static'"
env:
- CGO_ENABLED=1
@@ -16,7 +16,7 @@ builds:
goarch:
- amd64
- binary: hugo
- ldflags: -s -w -X github.com/gohugoio/hugo/common/hugo.buildDate={{.Date}} -X github.com/gohugoio/hugo/common/hugo.commitHash={{ .ShortCommit }}
+ ldflags: -s -w -X github.com/gohugoio/hugo/common/hugo.buildDate={{.Date}} -X github.com/gohugoio/hugo/common/hugo.commitHash={{ .Commit }}
env:
- CGO_ENABLED=1
- CC=o64-clang
@@ -29,7 +29,7 @@ builds:
goarch:
- amd64
- binary: hugo
- ldflags: -s -w -X github.com/gohugoio/hugo/common/hugo.buildDate={{.Date}} -X github.com/gohugoio/hugo/common/hugo.commitHash={{ .ShortCommit }}
+ ldflags: -s -w -X github.com/gohugoio/hugo/common/hugo.buildDate={{.Date}} -X github.com/gohugoio/hugo/common/hugo.commitHash={{ .Commit }}
env:
- CGO_ENABLED=1
flags:
(DIR) diff --git a/goreleaser.yml b/goreleaser.yml
@@ -2,7 +2,7 @@ project_name: hugo
build:
main: main.go
binary: hugo
- ldflags: -s -w -X github.com/gohugoio/hugo/common/hugo.buildDate={{.Date}} -X github.com/gohugoio/hugo/common/hugo.commitHash={{ .ShortCommit }}
+ ldflags: -s -w -X github.com/gohugoio/hugo/common/hugo.buildDate={{.Date}} -X github.com/gohugoio/hugo/common/hugo.commitHash={{ .Commit }}
env:
- CGO_ENABLED=0
goos: