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