summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-01-07 22:19:44 +0100
committerChristian Pointner <equinox@spreadspace.org>2023-01-07 22:19:44 +0100
commit58d15496cb12af0fde0166fab12ef5e6bb4de086 (patch)
tree4f10a15adc11f6cbab9cba4efb8fe0c8ecb76e4e
parentnew version of snmp-exporter (diff)
prom-exporter-node: add arch arm64
-rw-r--r--prom-exporter-node/Makefile3
-rw-r--r--prom-exporter-node/debian/control2
-rw-r--r--prom-exporter-node/sha256sums.txt1
3 files changed, 4 insertions, 2 deletions
diff --git a/prom-exporter-node/Makefile b/prom-exporter-node/Makefile
index d16048f..6bbdb96 100644
--- a/prom-exporter-node/Makefile
+++ b/prom-exporter-node/Makefile
@@ -3,7 +3,7 @@ GITHUB_BASEURL := "https://github.com/prometheus/node_exporter/releases/download
.PHONY: clean
-all: i386/node_exporter amd64/node_exporter
+all: i386/node_exporter amd64/node_exporter arm64/node_exporter
%/node_exporter: node_exporter-$(VERSION).linux-%.tar.gz
mkdir -p $(shell echo $@ | sed 's#/.*##')
@@ -16,4 +16,5 @@ node_exporter-$(VERSION).linux-%.tar.gz:
clean:
rm -rf i386
rm -rf amd64
+ rm -rf arm64
rm -f node_exporter-$(VERSION).linux-*.tar.gz
diff --git a/prom-exporter-node/debian/control b/prom-exporter-node/debian/control
index 42ecbdb..3cdee3c 100644
--- a/prom-exporter-node/debian/control
+++ b/prom-exporter-node/debian/control
@@ -6,7 +6,7 @@ Standards-Version: 3.9.2
Build-Depends: debhelper (>= 9), wget, ca-certificates
Package: prom-exporter-node
-Architecture: amd64 i386
+Architecture: amd64 i386 arm64
Depends: ${misc:Depends}
Conflicts: prometheus-node-exporter
Description: prometheus node-exporter (binary only)
diff --git a/prom-exporter-node/sha256sums.txt b/prom-exporter-node/sha256sums.txt
index 6e49c04..0870250 100644
--- a/prom-exporter-node/sha256sums.txt
+++ b/prom-exporter-node/sha256sums.txt
@@ -4,3 +4,4 @@
344bd4c0bbd66ff78f14486ec48b89c248139cdd485e992583ea30e89e0e5390 node_exporter-1.2.2.linux-amd64.tar.gz
9ef308fccba1927b9f49bc8cf046eb5617d49b3da2748f1b39b53c3394ef9615 node_exporter-1.3.1.linux-i386.tar.gz
68f3802c2dd3980667e4ba65ea2e1fb03f4a4ba026cca375f15a0390ff850949 node_exporter-1.3.1.linux-amd64.tar.gz
+f19f35175f87d41545fa7d4657e834e3a37c1fe69f3bf56bc031a256117764e7 node_exporter-1.3.1.linux-arm64.tar.gz