build: build etcdctlv3 by default

Any reason not to? It makes demoing etcd easier with the V3 procfile.
release-3.0
Brandon Philips 2016-03-21 11:42:01 -07:00
parent 7879429a94
commit 7d2aee8eca
1 changed files with 1 additions and 0 deletions

1
build
View File

@ -31,3 +31,4 @@ fi
# Static compilation is useful when etcd is run in a container
CGO_ENABLED=0 go build $GO_BUILD_FLAGS -installsuffix cgo -ldflags "-s -X ${REPO_PATH}/version.GitSHA${LINK_OPERATOR}${GIT_SHA}" -o bin/etcd ${REPO_PATH}
CGO_ENABLED=0 go build $GO_BUILD_FLAGS -installsuffix cgo -ldflags "-s" -o bin/etcdctl ${REPO_PATH}/etcdctl
CGO_ENABLED=0 go build $GO_BUILD_FLAGS -installsuffix cgo -ldflags "-s" -o bin/etcdctlv3 ${REPO_PATH}/etcdctlv3