Build inside the build container, using go1.5, by default

Also build for GOOS=darwin and GOARCH=arm
This commit is contained in:
Tom Wilkie
2015-10-22 10:03:09 +00:00
parent 303bed1e2b
commit 7fd5a315e3
4 changed files with 13 additions and 12 deletions

View File

@@ -1,12 +1,11 @@
#!/bin/bash
set -x
set -eux
# Mount the scope repo:
# -v $(pwd):/go/src/github.com/weaveworks/scope
cd /go/src/github.com/weaveworks/scope
make deps
cd $GOPATH/src/github.com/weaveworks/scope
make app/scope-app
make probe/scope-probe