mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Revert "releaser: Fat MacOS binaries"
This had some side effect that I'm not prepared to fix today ...
This reverts commit 3a977485eb
.
Updates #9131
Updates #9128
This commit is contained in:
parent
166862a096
commit
da4406ea50
2 changed files with 2 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
defaults: &defaults
|
||||
docker:
|
||||
- image: bepsays/ci-goreleaser:1.1700.200
|
||||
- image: bepsays/ci-goreleaser:1.17.2
|
||||
environment:
|
||||
CGO_ENABLED: "0"
|
||||
|
||||
|
|
|
@ -147,15 +147,7 @@ archives:
|
|||
files:
|
||||
- README.md
|
||||
- LICENSE
|
||||
universal_binaries:
|
||||
-
|
||||
id: 'hugo'
|
||||
name_template: 'hugo'
|
||||
replace: true
|
||||
-
|
||||
id: 'hugo_extended_darwin'
|
||||
name_template: 'hugo'
|
||||
replace: true
|
||||
|
||||
nfpms:
|
||||
-
|
||||
id: "hugo"
|
||||
|
|
Loading…
Reference in a new issue