summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthew McGinn2020-02-25 19:25:31 -0500
committerMatthew McGinn2020-02-25 19:25:31 -0500
commit8f3bc1ff05ce8d0921947e5a344bbfd3f80b551e (patch)
tree48cf2597d22e08cc9d9bb78d8bb841542e59974d /PKGBUILD
parent139590cb8c8820d85fc0b5518a226399f041e535 (diff)
downloadaur-8f3bc1ff05ce8d0921947e5a344bbfd3f80b551e.tar.gz
add supported ARM architectures
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f33abc95c215..95ca291719fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=18.9.13
pkgrel=1
epoch=1
pkgdesc='A Moby-based container engine for the Internet of Things'
-arch=('x86_64' 'i686')
+arch=('x86_64' 'i686' 'aarch64' 'armv6h' 'armv7h')
url='https://www.balena.io/'
_github_url='https://github.com/balena-os/balena-engine'
license=('Apache')