aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoost Molenaar2021-12-31 09:45:56 +0100
committerJoost Molenaar2021-12-31 09:45:56 +0100
commit79a741231172d803511043999b66d87049ea2949 (patch)
treef06397c98784d78edb00505aad354eddcf3ed414 /PKGBUILD
parentaf81e51f1397e0a981058a1961b78f258ba04cdd (diff)
downloadaur-79a741231172d803511043999b66d87049ea2949.tar.gz
Add aarch64 and armv7h architectures
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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=()