aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoost Molenaar2021-12-31 09:45:56 +0100
committerJoost Molenaar2021-12-31 09:45:56 +0100
commit79a741231172d803511043999b66d87049ea2949 (patch)
treef06397c98784d78edb00505aad354eddcf3ed414
parentaf81e51f1397e0a981058a1961b78f258ba04cdd (diff)
downloadaur-79a741231172d803511043999b66d87049ea2949.tar.gz
Add aarch64 and armv7h architectures
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5af17e483755..2efdcf2d467b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,8 @@ pkgbase = fluent-bit
pkgrel = 1
url = https://fluentbit.io/
arch = x86_64
+ arch = aarch64
+ arch = armv7h
license = Apache
checkdepends = gtest
checkdepends = doxygen
diff --git a/PKGBUILD b/PKGBUILD
index 846f95c96750..88d64ca9bae2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgrel=1
epoch=
pkgdesc='Collect data/logs from different sources, unify and send them to multiple destinations.'
-arch=(x86_64)
+arch=(x86_64 aarch64 armv7h)
url='https://fluentbit.io/'
license=('Apache')
groups=()