Add FreeBSD to script/crossbinary

This commit is contained in:
Geoff Garside 2017-01-27 08:37:28 +00:00 committed by Vincent Demeester
parent 3a3630f3ef
commit bc4296729f

View file

@ -22,7 +22,7 @@ fi
rm -f dist/traefik_*
# Build 386 amd64 binaries
OS_PLATFORM_ARG=(linux darwin windows)
OS_PLATFORM_ARG=(linux darwin windows freebsd)
OS_ARCH_ARG=(386 amd64)
for OS in ${OS_PLATFORM_ARG[@]}; do
for ARCH in ${OS_ARCH_ARG[@]}; do