1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-08-08 22:46:33 +02:00

Update dist.sh

Add ppc64le support
This commit is contained in:
mgiessing
2022-02-17 22:59:11 +01:00
committed by GitHub
parent 24c826c883
commit e4c32df61e

View File

@@ -7,7 +7,7 @@ if [[ -z ${BINARY} ]] || [[ -z ${VERSION} ]]; then
exit 1 exit 1
fi 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 mkdir -p release