summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e66b3d6e200..e1206057154c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,11 @@ pkgbase = lazydocker-git
pkgver = 0.2.4.r2.gd590b2b
pkgrel = 1
url = https://github.com/jesseduffield/lazydocker
+ arch = 1686
arch = x86_64
+ arch = armv7h
+ arch = armv6h
+ arch = aarch64
license = MIT
makedepends = go
makedepends = dep
diff --git a/PKGBUILD b/PKGBUILD
index af91f618df8c..a5f9e5b15508 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=lazydocker
pkgver=0.2.4.r2.gd590b2b
pkgrel=1
pkgdesc='A simple terminal UI for docker and docker-compose, written in Go with the gocui library.'
-arch=('x86_64')
+arch=('1686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
url='https://github.com/jesseduffield/lazydocker'
license=('MIT')
options=('!strip' '!emptydirs')