summaryrefslogtreecommitdiff
path: root/prom-exporter-blackbox/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-01-07 23:03:02 +0100
committerChristian Pointner <equinox@spreadspace.org>2023-01-07 23:03:02 +0100
commit8399a38367c4d3bcd1e75f22a5b3dfbe1c880419 (patch)
treecd3ffc0b3cc6d9c3e8bf9a32b04cd3b4c655ade1 /prom-exporter-blackbox/Makefile
parentprom-exporter-bind: upgrade and add arch arm64 (diff)
prom-exporter-blackbox: upgrade and add arch arm64
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