Makefile: Use only tar flags that work on bsd tar (#2128)
Signed-off-by: Johannes 'fish' Ziemke <github@freigeist.org>
This commit is contained in:
parent
dc68e035a5
commit
d6d4c6e1ca
2
Makefile
2
Makefile
|
@ -139,4 +139,4 @@ promtool: $(PROMTOOL)
|
|||
|
||||
$(PROMTOOL):
|
||||
mkdir -p $(FIRST_GOPATH)/bin
|
||||
curl -fsS -L $(PROMTOOL_URL) | tar -xvzf - -C $(FIRST_GOPATH)/bin --no-anchored --strip 1 promtool
|
||||
curl -fsS -L $(PROMTOOL_URL) | tar -xvzf - -C $(FIRST_GOPATH)/bin --strip 1 "prometheus-$(PROMTOOL_VERSION).$(GO_BUILD_PLATFORM)/promtool"
|
||||
|
|
Loading…
Reference in New Issue