From: Carlos Alexandro Becker Date: Thu, 28 Jun 2018 05:54:18 +0000 (-0300) Subject: Update GoReleaser config X-Git-Tag: v0.43~31 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1f0c4e1fb347bb233f3312c424fbf5a013c03604;p=brevno-suite%2Fhugo Update GoReleaser config --- diff --git a/goreleaser.yml b/goreleaser.yml index 6c70e469..78bd1697 100644 --- a/goreleaser.yml +++ b/goreleaser.yml @@ -1,5 +1,5 @@ -build: - main: main.go +builds: +- main: main.go binary: hugo ldflags: -s -w -X github.com/gohugoio/hugo/hugolib.BuildDate={{.Date}} env: @@ -21,10 +21,9 @@ build: - goos: openbsd goarch: arm goarm: 6 - -fpm: +nfpm: formats: - - deb + - deb vendor: "gohugo.io" homepage: "https://gohugo.io/" maintainer: "Bjørn Erik Pedersen "