Add aarch64

This commit is contained in:
Phillip Dykman 2025-10-22 20:05:26 -07:00
parent 782787e844
commit eee6d8965c
2 changed files with 2 additions and 1 deletions

View file

@ -7,6 +7,7 @@ pkgbase = zoekt-git
arch = x86_64
arch = armv6h
arch = armv7h
arch = aarch64
license = Apache-2.0
makedepends = go
makedepends = git

View file

@ -5,7 +5,7 @@ pkgbase=zoekt-git
pkgver=90faf6de
pkgrel=1
pkgdesc='Fast trigram based code search'
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url='https://github.com/sourcegraph/zoekt'
license=('Apache-2.0')
makedepends=('go' 'git')