Skip to content

Commit

Permalink
Removed windows and darwin builds
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalnayak committed Aug 24, 2016
1 parent 582ae05 commit 2d27ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ GIT_DIRTY=$(test -n "`git status --porcelain`" && echo "+CHANGES" || true)

# Determine the arch/os combos we're building for
XC_ARCH=${XC_ARCH:-"386 amd64 arm"}
XC_OS=${XC_OS:-linux darwin windows freebsd openbsd netbsd solaris}
XC_OS=${XC_OS:-linux freebsd openbsd netbsd solaris}

GOPATH=${GOPATH:-$(go env GOPATH)}
case $(uname) in
Expand Down

0 comments on commit 2d27ae4

Please sign in to comment.