mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
Update GoReleaser config
This commit is contained in:
parent
91ab455d84
commit
1f0c4e1fb3
1 changed files with 4 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
build:
|
builds:
|
||||||
main: main.go
|
- main: main.go
|
||||||
binary: hugo
|
binary: hugo
|
||||||
ldflags: -s -w -X github.com/gohugoio/hugo/hugolib.BuildDate={{.Date}}
|
ldflags: -s -w -X github.com/gohugoio/hugo/hugolib.BuildDate={{.Date}}
|
||||||
env:
|
env:
|
||||||
|
@ -21,8 +21,7 @@ build:
|
||||||
- goos: openbsd
|
- goos: openbsd
|
||||||
goarch: arm
|
goarch: arm
|
||||||
goarm: 6
|
goarm: 6
|
||||||
|
nfpm:
|
||||||
fpm:
|
|
||||||
formats:
|
formats:
|
||||||
- deb
|
- deb
|
||||||
vendor: "gohugo.io"
|
vendor: "gohugo.io"
|
||||||
|
|
Loading…
Reference in a new issue