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

dist.sh: Add build for FreeBSD (#317)

This commit is contained in:
Florian Kaiser
2019-11-26 17:38:22 +01:00
committed by Dan Bond
parent 11205c7399
commit f6790265e1
2 changed files with 2 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ if [[ ! "${GO_VERSION}" =~ ^go1.13.* ]]; then
exit 1
fi
ARCHS=(darwin-amd64 linux-amd64 linux-arm64 linux-armv6 windows-amd64)
ARCHS=(darwin-amd64 linux-amd64 linux-arm64 linux-armv6 freebsd-amd64 windows-amd64)
mkdir -p release