Skip to content

Commit

Permalink
Update dist.sh
Browse files Browse the repository at this point in the history
Add ppc64le support
  • Loading branch information
mgiessing authored Feb 17, 2022
1 parent 24c826c commit e4c32df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [[ -z ${BINARY} ]] || [[ -z ${VERSION} ]]; then
exit 1
fi

ARCHS=(darwin-amd64 linux-amd64 linux-arm64 linux-armv6 freebsd-amd64 windows-amd64)
ARCHS=(darwin-amd64 linux-amd64 linux-arm64 linux-ppc64le linux-armv6 freebsd-amd64 windows-amd64)

mkdir -p release

Expand Down

0 comments on commit e4c32df

Please sign in to comment.