diff --git a/Makefile b/Makefile index 604d50148..a51a58c4a 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ GOOS=$(shell go env GOOS) GOARCH=$(shell go env GOARCH) build: always - go build -o build/$(GOOS)/$(GOARCH)/circleci + go build -o build/$(GOOS)/$(GOARCH)/circleci -ldflags='-X github.com/CircleCI-Public/circleci-cli/telemetry.SegmentEndpoint=https://api.segment.io' build-all: build/linux/amd64/circleci build/darwin/amd64/circleci diff --git a/README.md b/README.md index 6f0be8430..c8fd82bc1 100644 --- a/README.md +++ b/README.md @@ -183,4 +183,8 @@ Please see the [documentation](https://circleci-public.github.io/circleci-cli) o | Functionality | Impacted commands | Change description | Compatibility with Server | | --- | --- | --- | --- | | Config compilation and validation |