hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit 3a977485eb7d5f913da5cc10ef58715ffd273613
parent 0f248606d5a027c6cd3766d8b32cc1b1e529422b
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date:   Sat, 30 Oct 2021 10:07:27 +0200

releaser: Fat MacOS binaries

Fixes #9035

Diffstat:
M.circleci/config.yml | 2+-
Mgoreleaser.yml | 10+++++++++-
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/.circleci/config.yml b/.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"
 
diff --git a/goreleaser.yml b/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"