summaryrefslogtreecommitdiff
path: root/prom-exporter-blackbox/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'prom-exporter-blackbox/Makefile')
-rw-r--r--prom-exporter-blackbox/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/prom-exporter-blackbox/Makefile b/prom-exporter-blackbox/Makefile
index 9f832fa..489288c 100644
--- a/prom-exporter-blackbox/Makefile
+++ b/prom-exporter-blackbox/Makefile
@@ -3,7 +3,7 @@ GITHUB_BASEURL := "https://github.com/prometheus/blackbox_exporter/releases/down
.PHONY: clean
-all: i386/blackbox_exporter amd64/blackbox_exporter
+all: i386/blackbox_exporter amd64/blackbox_exporter arm64/blackbox_exporter
%/blackbox_exporter: blackbox_exporter-$(VERSION).linux-%.tar.gz
mkdir -p $(shell echo $@ | sed 's#/.*##')
@@ -16,4 +16,5 @@ blackbox_exporter-$(VERSION).linux-%.tar.gz:
clean:
rm -rf i386
rm -rf amd64
+ rm -rf arm64
rm -f blackbox_exporter-$(VERSION).linux-*.tar.gz