Browse Source

releaser: Fat MacOS binaries

Fixes #9035
pull/9108/head
Bjørn Erik Pedersen 4 years ago
parent
commit
3a977485eb
No known key found for this signature in database GPG Key ID: 330E6E2BD4859D8F
  1. 2
      .circleci/config.yml
  2. 10
      goreleaser.yml

2
.circleci/config.yml

@ -1,6 +1,6 @@
defaults: &defaults
docker:
- image: bepsays/ci-goreleaser:1.17.2
- image: bepsays/ci-goreleaser:1.1700.200
environment:
CGO_ENABLED: "0"

10
goreleaser.yml

@ -147,7 +147,15 @@ 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…
Cancel
Save