mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
releaser: Revert to the old versions of the release pipeline
This commit is contained in:
parent
9d194ab904
commit
659917a002
2 changed files with 6 additions and 17 deletions
|
@ -1,7 +1,7 @@
|
||||||
defaults: &defaults
|
defaults: &defaults
|
||||||
working_directory: /go/src/github.com/gohugoio
|
working_directory: /go/src/github.com/gohugoio
|
||||||
docker:
|
docker:
|
||||||
- image: bepsays/ci-goreleaser:0.79.0-2
|
- image: bepsays/ci-goreleaser:0.34.2-11
|
||||||
|
|
||||||
version: 2
|
version: 2
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
builds:
|
build:
|
||||||
- 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,26 +21,15 @@ builds:
|
||||||
- goos: openbsd
|
- goos: openbsd
|
||||||
goarch: arm
|
goarch: arm
|
||||||
goarm: 6
|
goarm: 6
|
||||||
nfpm:
|
|
||||||
|
fpm:
|
||||||
formats:
|
formats:
|
||||||
- deb
|
- deb
|
||||||
vendor: "gohugo.io"
|
vendor: "gohugo.io"
|
||||||
homepage: "https://gohugo.io/"
|
homepage: "https://gohugo.io/"
|
||||||
maintainer: "Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>"
|
maintainer: "Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>"
|
||||||
description: "A Fast and Flexible Static Site Generator built with love in GoLang."
|
description: "A Fast and Flexible Static Site Generator built with love in GoLang."
|
||||||
license: "Apache 2.0"
|
license: "Apache 2.0"
|
||||||
replacements:
|
|
||||||
amd64: 64bit
|
|
||||||
386: 32bit
|
|
||||||
arm: ARM
|
|
||||||
arm64: ARM64
|
|
||||||
darwin: macOS
|
|
||||||
linux: Linux
|
|
||||||
windows: Windows
|
|
||||||
openbsd: OpenBSD
|
|
||||||
netbsd: NetBSD
|
|
||||||
freebsd: FreeBSD
|
|
||||||
dragonfly: DragonFlyBSD
|
|
||||||
archive:
|
archive:
|
||||||
format: tar.gz
|
format: tar.gz
|
||||||
format_overrides:
|
format_overrides:
|
||||||
|
|
Loading…
Reference in a new issue