summaryrefslogtreecommitdiff
path: root/prom-server/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-01-07 22:49:52 +0100
committerChristian Pointner <equinox@spreadspace.org>2023-01-07 22:49:52 +0100
commit7ca40feef6328f279932131db37b2d9921273b2b (patch)
tree5d5a695e9216739ad6e35af8b00ffe03bb2f6bab /prom-server/Makefile
parentacutall upgrade node exporter package (diff)
prom-server: upgrade and add arch arm64
Diffstat (limited to 'prom-server/Makefile')
-rw-r--r--prom-server/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/prom-server/Makefile b/prom-server/Makefile
index 948b7a4..9de1ce7 100644
--- a/prom-server/Makefile
+++ b/prom-server/Makefile
@@ -3,7 +3,7 @@ GITHUB_BASEURL := "https://github.com/prometheus/prometheus/releases/download"
.PHONY: clean
-all: i386/prometheus amd64/prometheus
+all: i386/prometheus amd64/prometheus arm64/prometheus
%/prometheus: prometheus-$(VERSION).linux-%.tar.gz
mkdir -p $(shell echo $@ | sed 's#/.*##')
@@ -16,4 +16,5 @@ prometheus-$(VERSION).linux-%.tar.gz:
clean:
rm -rf i386
rm -rf amd64
+ rm -rf arm64
rm -f prometheus-$(VERSION).linux-*.tar.gz