Skip to content

Commit

Permalink
Merge pull request #1078 from geoffgarside/release-build-bsd
Browse files Browse the repository at this point in the history
Add FreeBSD & OpenBSD to crossbinary
  • Loading branch information
vdemeester committed Feb 3, 2017
2 parents 3a3630f + cdaa64a commit 29059b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/crossbinary
Original file line number Diff line number Diff line change
Expand Up @@ -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 openbsd)
OS_ARCH_ARG=(386 amd64)
for OS in ${OS_PLATFORM_ARG[@]}; do
for ARCH in ${OS_ARCH_ARG[@]}; do
Expand Down

0 comments on commit 29059b7

Please sign in to comment.