mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 01:31:17 +00:00
Build inside the build container, using go1.5, by default
Also build for GOOS=darwin and GOARCH=arm
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user