fix: support arm

This commit is contained in:
Markus Pesch 2023-06-10 14:44:53 +02:00
parent 8f0116dc98
commit 04f79a3b46
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
2 changed files with 5 additions and 3 deletions

View File

@ -1,8 +1,10 @@
pkgbase = prometheus-fail2ban-exporter
pkgdesc = Fail2Ban exporter for Fail2Ban metrics
pkgver = 0.7.2
pkgrel = 4
pkgrel = 5
url = https://gitlab.com/hectorjsmith/fail2ban-prometheus-exporter
arch = armv7h
arch = aarch64
arch = x86_64
license = MIT
makedepends = go

View File

@ -3,9 +3,9 @@
pkgname=prometheus-fail2ban-exporter
_pkgname=fail2ban-prometheus-exporter
pkgver=0.7.2
pkgrel=4
pkgrel=5
pkgdesc="Fail2Ban exporter for Fail2Ban metrics"
arch=('x86_64')
arch=('armv7h' 'aarch64' 'x86_64')
url="https://gitlab.com/hectorjsmith/$_pkgname"
license=('MIT')
makedepends=('go')