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