Merge pull request #63 from bfirsh/build-on-windows

Build Windows binaries
This commit is contained in:
Ben Firshman 2014-12-09 22:39:01 +00:00
commit c4366fb0a5
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
set -e
docker build -t docker-machine .
exec docker run --rm -v `pwd`:/go/src/github.com/docker/machine docker-machine gox -os="darwin linux" -parallel=5
exec docker run --rm -v `pwd`:/go/src/github.com/docker/machine docker-machine gox -os="darwin linux windows"