X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e72f801012e68e7a223a64d4e90bfa2cc66a9254..32b8eda74f24d1df963a18da5f8023b15d209ca9:/build/run-build-packages.sh?ds=sidebyside diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh index 54f8b0aed1..c56b74088f 100755 --- a/build/run-build-packages.sh +++ b/build/run-build-packages.sh @@ -341,6 +341,8 @@ fi cd $WORKSPACE/packages/$TARGET export GOPATH=$(mktemp -d) go get github.com/kardianos/govendor +package_go_binary cmd/arvados-client arvados-client \ + "Arvados command line tool (beta)" package_go_binary sdk/go/crunchrunner crunchrunner \ "Crunchrunner executes a command inside a container and uploads the output" package_go_binary services/arv-git-httpd arvados-git-httpd \