Files
weave-scope/backend/build.bash
Tom Wilkie 7fd5a315e3 Build inside the build container, using go1.5, by default
Also build for GOOS=darwin and GOARCH=arm
2015-10-23 16:35:11 +00:00

12 lines
183 B
Bash
Executable File

#!/bin/bash
set -eux
# Mount the scope repo:
# -v $(pwd):/go/src/github.com/weaveworks/scope
cd $GOPATH/src/github.com/weaveworks/scope
make app/scope-app
make probe/scope-probe