releaser: Fat MacOS binaries - hugo - [fork] hugo port for 9front
 (HTM) git clone git@git.drkhsh.at/hugo.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 3a977485eb7d5f913da5cc10ef58715ffd273613
 (DIR) parent 0f248606d5a027c6cd3766d8b32cc1b1e529422b
 (HTM) 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 +-
         M goreleaser.yml                      |      10 +++++++++-
       
       2 files changed, 10 insertions(+), 2 deletions(-)
       ---
 (DIR) 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"
        
 (DIR) 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"