From 335021547c3645622c5844934a337be54d2e5243 Mon Sep 17 00:00:00 2001 From: Ben Kochie Date: Fri, 4 Oct 2019 10:44:48 +0200 Subject: [PATCH] Include tsdb tool in builds (#6085) (#6089) Add the tsdb tool to promu so that it's included in the release tarballs. Signed-off-by: Ben Kochie --- .promu.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.promu.yml b/.promu.yml index c087eba15..f1f19d199 100644 --- a/.promu.yml +++ b/.promu.yml @@ -10,6 +10,8 @@ build: path: ./cmd/prometheus - name: promtool path: ./cmd/promtool + - name: tsdb + path: ./tsdb/cmd/tsdb flags: -mod=vendor -a -tags netgo ldflags: | -X github.com/prometheus/common/version.Version={{.Version}}