summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-01-07 22:58:33 +0100
committerChristian Pointner <equinox@spreadspace.org>2023-01-07 22:58:33 +0100
commita46f0b14464ae65fece3da9f0335fa9bb517a093 (patch)
treeb515fff26b4e24acaab38269922d63a815340563
parentprom-alertmanager: upgrade and add arch arm64 (diff)
prom-exporter-bind: upgrade and add arch arm64
-rw-r--r--prom-exporter-bind/Makefile3
-rw-r--r--prom-exporter-bind/debian/changelog6
-rw-r--r--prom-exporter-bind/debian/control2
-rw-r--r--prom-exporter-bind/sha256sums.txt3
4 files changed, 12 insertions, 2 deletions
diff --git a/prom-exporter-bind/Makefile b/prom-exporter-bind/Makefile
index 98ed9db..747fe9f 100644
--- a/prom-exporter-bind/Makefile
+++ b/prom-exporter-bind/Makefile
@@ -3,7 +3,7 @@ GITHUB_BASEURL := "https://github.com/prometheus-community/bind_exporter/release
.PHONY: clean
-all: i386/bind_exporter amd64/bind_exporter
+all: i386/bind_exporter amd64/bind_exporter arm64/bind_exporter
%/bind_exporter: bind_exporter-$(VERSION).linux-%.tar.gz
mkdir -p $(shell echo $@ | sed 's#/.*##')
@@ -16,4 +16,5 @@ bind_exporter-$(VERSION).linux-%.tar.gz:
clean:
rm -rf i386
rm -rf amd64
+ rm -rf arm64
rm -f bind_exporter-$(VERSION).linux-*.tar.gz
diff --git a/prom-exporter-bind/debian/changelog b/prom-exporter-bind/debian/changelog
index 04800ae..ccd3984 100644
--- a/prom-exporter-bind/debian/changelog
+++ b/prom-exporter-bind/debian/changelog
@@ -1,3 +1,9 @@
+prom-exporter-bind (0.6.0-1) unstable; urgency=medium
+
+ * New upstream release.
+
+ -- Christian Pointner <equinox@spreadspace.org> Sat, 07 Jan 2023 22:58:03 +0100
+
prom-exporter-bind (0.5.0-1) unstable; urgency=medium
* Initial release.
diff --git a/prom-exporter-bind/debian/control b/prom-exporter-bind/debian/control
index 72ac240..09d7fe3 100644
--- a/prom-exporter-bind/debian/control
+++ b/prom-exporter-bind/debian/control
@@ -6,7 +6,7 @@ Standards-Version: 3.9.2
Build-Depends: debhelper (>= 9), wget, ca-certificates
Package: prom-exporter-bind
-Architecture: amd64 i386
+Architecture: amd64 i386 arm64
Depends: ${misc:Depends}
Conflicts: prometheus-bind-exporter
Description: prometheus bind-exporter (binary only)
diff --git a/prom-exporter-bind/sha256sums.txt b/prom-exporter-bind/sha256sums.txt
index 18c0294..fe4c34b 100644
--- a/prom-exporter-bind/sha256sums.txt
+++ b/prom-exporter-bind/sha256sums.txt
@@ -1,2 +1,5 @@
3312ff75e72b93ad97c63b6a68aaa7d950c19cf0d5a12c9f0566ce92fd4ce8b8 bind_exporter-0.5.0.linux-i386.tar.gz
c1279ada69396b52f75be4b7233f6310c26785951326485402072bb3e3a94a5b bind_exporter-0.5.0.linux-amd64.tar.gz
+4258aec1f7a1bb5ab36ada4254198f77c42d34a0ddeb7ac6a821038554b07f74 bind_exporter-0.6.0.linux-i386.tar.gz
+f825bab5fc1c3f90ab2fe9aa0653fa8784ba9974f3c5c8f758bf2a5d194e122a bind_exporter-0.6.0.linux-amd64.tar.gz
+5c77d12ff86e2881ea6151efc0e414ebae37e15ee2383768b91f95bd5310b4ee bind_exporter-0.6.0.linux-arm64.tar.gz