Skip to content

Commit

Permalink
chore: Support installing MacOS universal goreleaser binaries
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Toh <tohjustin@hotmail.com>
  • Loading branch information
tohjustin committed Oct 24, 2021
1 parent 9dabf8b commit dc34ccd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/goreleaser_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ uname_arch_check() {
mips64le) return 0 ;;
s390x) return 0 ;;
amd64p32) return 0 ;;
all) return 0 ;;
esac
log_crit "uname_arch_check '$(uname -m)' got converted to '$arch' which is not a GOARCH value. Please file bug report at https://github.com/client9/shlib"
return 1
Expand Down

0 comments on commit dc34ccd

Please sign in to comment.