From 0fbc8c13a71d18c0d6c50b11d33f339954451d46 Mon Sep 17 00:00:00 2001 From: Ben Kochie Date: Wed, 2 Oct 2019 10:28:20 +0200 Subject: [PATCH] Include tsdb tool in builds (#6085) 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 c087eba155..f1f19d199a 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}}