Skip to content

Commit

Permalink
releaser: Fat MacOS binaries
Browse files Browse the repository at this point in the history
Fixes #9035
  • Loading branch information
bep committed Oct 31, 2021
1 parent 0f24860 commit 3a97748
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
10 changes: 9 additions & 1 deletion goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3a97748

Please sign in to comment.