summaryrefslogtreecommitdiff
path: root/prom-server/Makefile
diff options
context:
space:
mode:
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