Skip to content

Commit

Permalink
build: build etcdctlv3 by default
Browse files Browse the repository at this point in the history
Any reason not to? It makes demoing etcd easier with the V3 procfile.
  • Loading branch information
Brandon Philips committed Mar 21, 2016
1 parent 7879429 commit 7d2aee8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7d2aee8

Please sign in to comment.