summaryrefslogtreecommitdiff
path: root/prom-exporter-ssl/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-01-07 23:20:14 +0100
committerChristian Pointner <equinox@spreadspace.org>2023-01-07 23:20:14 +0100
commitbc87e23fdd37a43a99d43428bcf1b72d3aadb153 (patch)
treec372131e45a29ebc1e1c22bdda2130c5a5513b60 /prom-exporter-ssl/Makefile
parentprom-exporter-snmp: add arch arm64 (diff)
prom-exporter-ssl: add arch arm64
Diffstat (limited to 'prom-exporter-ssl/Makefile')
-rw-r--r--prom-exporter-ssl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/prom-exporter-ssl/Makefile b/prom-exporter-ssl/Makefile
index 8e9de77..533bbd0 100644
--- a/prom-exporter-ssl/Makefile
+++ b/prom-exporter-ssl/Makefile
@@ -3,7 +3,7 @@ GITHUB_BASEURL := "https://github.com/ribbybibby/ssl_exporter/releases/download"
.PHONY: clean
-all: i386/ssl_exporter amd64/ssl_exporter
+all: i386/ssl_exporter amd64/ssl_exporter arm64/ssl_exporter
%/ssl_exporter: ssl_exporter_$(VERSION)_linux_%.tar.gz
mkdir -p $(shell echo $@ | sed 's#/.*##')
@@ -16,4 +16,5 @@ ssl_exporter_$(VERSION)_linux_%.tar.gz:
clean:
rm -rf i386
rm -rf amd64
+ rm -rf arm64
rm -f ssl_exporter-$(VERSION)_linux_*.tar.gz