mirror of https://github.com/docker/docs.git
Merge pull request #63 from bfirsh/build-on-windows
Build Windows binaries
This commit is contained in:
commit
c4366fb0a5
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue