From 7278bce183dcaebc1ffddfc762731984f5bec948 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 7 Jan 2023 23:17:15 +0100 Subject: prom-exporter-snmp: add arch arm64 --- prom-exporter-snmp/Makefile | 3 ++- prom-exporter-snmp/debian/control | 2 +- prom-exporter-snmp/sha256sums.txt | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/prom-exporter-snmp/Makefile b/prom-exporter-snmp/Makefile index 80d0afc..438f42b 100644 --- a/prom-exporter-snmp/Makefile +++ b/prom-exporter-snmp/Makefile @@ -3,7 +3,7 @@ GITHUB_BASEURL := "https://github.com/prometheus/snmp_exporter/releases/download .PHONY: clean -all: i386/snmp_exporter amd64/snmp_exporter +all: i386/snmp_exporter amd64/snmp_exporter arm64/snmp_exporter %/snmp_exporter: snmp_exporter-$(VERSION).linux-%.tar.gz mkdir -p $(shell echo $@ | sed 's#/.*##') @@ -16,4 +16,5 @@ snmp_exporter-$(VERSION).linux-%.tar.gz: clean: rm -rf i386 rm -rf amd64 + rm -rf arm64 rm -f snmp_exporter-$(VERSION).linux-*.tar.gz diff --git a/prom-exporter-snmp/debian/control b/prom-exporter-snmp/debian/control index 356dc93..e1c3d0d 100644 --- a/prom-exporter-snmp/debian/control +++ b/prom-exporter-snmp/debian/control @@ -6,7 +6,7 @@ Standards-Version: 3.9.2 Build-Depends: debhelper (>= 9), wget, ca-certificates Package: prom-exporter-snmp -Architecture: amd64 i386 +Architecture: amd64 i386 arm64 Depends: ${misc:Depends} Conflicts: prometheus-snmp-exporter Description: prometheus snmp-exporter (binary only) diff --git a/prom-exporter-snmp/sha256sums.txt b/prom-exporter-snmp/sha256sums.txt index d89b2ce..b9ce157 100644 --- a/prom-exporter-snmp/sha256sums.txt +++ b/prom-exporter-snmp/sha256sums.txt @@ -2,3 +2,4 @@ 1e8d30f15bcbbfffca146a312c685f9ddcac8569c0d96c31769a648f45977ac6 snmp_exporter-0.20.0.linux-i386.tar.gz c76a681d1c1e2dd0252b4229d6105c769d628bbde6c8bf82c5abbb07408ef039 snmp_exporter-0.21.0.linux-amd64.tar.gz 1ad603469a4a4b5c45eb682fe6436e0a5a049d225df5961af1d266a5e6cdb306 snmp_exporter-0.21.0.linux-i386.tar.gz +367f83eea2a9f51e37501c2839d744dcaf41eb21d9ecb784acb8f64e73a0094b snmp_exporter-0.21.0.linux-arm64.tar.gz -- cgit v1.2.3