Skip to content

Commit

Permalink
commented out uncommon builds (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mat Ryer authored and Mat Ryer committed Feb 25, 2016
1 parent 1f31a42 commit 603f9af
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,29 +29,29 @@ function build {
echo " (done)"
}

build darwin 386
#build darwin 386
build darwin amd64
build darwin arm
build dragonfly amd64
build freebsd 386
build freebsd amd64
build freebsd arm
build linux 386
#build darwin arm
#build dragonfly amd64
#build freebsd 386
#build freebsd amd64
#build freebsd arm
#build linux 386
build linux amd64
build linux arm
#build linux arm
build linux arm64
build linux ppc64
build linux ppc64le
build netbsd 386
build netbsd amd64
build netbsd arm
build openbsd 386
build openbsd amd64
build openbsd arm
build plan9 386
build plan9 amd64
build solaris amd64
build windows 386
#build linux ppc64
#build linux ppc64le
#build netbsd 386
#build netbsd amd64
#build netbsd arm
#build openbsd 386
#build openbsd amd64
#build openbsd arm
#build plan9 386
#build plan9 amd64
#build solaris amd64
#build windows 386
build windows amd64

echo "All done."

0 comments on commit 603f9af

Please sign in to comment.