mirror of https://github.com/docker/docs.git
fix build for mac with golang 1.4 after doing godep go install ./...
Signed-off-by: Peter Edge <peter.edge@gmail.com>
This commit is contained in:
parent
0c2eeadc8d
commit
ae33cf1448
|
@ -20,4 +20,5 @@ fi
|
|||
|
||||
# Get rid of existing binaries
|
||||
rm -f docker-machine*
|
||||
rm -rf Godeps/_workspace/pkg
|
||||
docker run --rm -v `pwd`:/go/src/github.com/docker/machine docker-machine gox "${OS_PLATFORM_ARG[@]}" "${OS_ARCH_ARG[@]}" -output="docker-machine_{{.OS}}-{{.Arch}}" -ldflags="-w -X github.com/docker/machine/version.GITCOMMIT `git rev-parse --short HEAD`"
|
||||
|
|
Loading…
Reference in New Issue