mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
parent
0f248606d5
commit
3a977485eb
2 changed files with 10 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
defaults: &defaults
|
defaults: &defaults
|
||||||
docker:
|
docker:
|
||||||
- image: bepsays/ci-goreleaser:1.17.2
|
- image: bepsays/ci-goreleaser:1.1700.200
|
||||||
environment:
|
environment:
|
||||||
CGO_ENABLED: "0"
|
CGO_ENABLED: "0"
|
||||||
|
|
||||||
|
|
|
@ -147,7 +147,15 @@ archives:
|
||||||
files:
|
files:
|
||||||
- README.md
|
- README.md
|
||||||
- LICENSE
|
- LICENSE
|
||||||
|
universal_binaries:
|
||||||
|
-
|
||||||
|
id: 'hugo'
|
||||||
|
name_template: 'hugo'
|
||||||
|
replace: true
|
||||||
|
-
|
||||||
|
id: 'hugo_extended_darwin'
|
||||||
|
name_template: 'hugo'
|
||||||
|
replace: true
|
||||||
nfpms:
|
nfpms:
|
||||||
-
|
-
|
||||||
id: "hugo"
|
id: "hugo"
|
||||||
|
|
Loading…
Reference in a new issue