diff options
-rw-r--r-- | testing/tarantool/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tarantool/APKBUILD b/testing/tarantool/APKBUILD index 8d931626fb..5dcff7bff0 100644 --- a/testing/tarantool/APKBUILD +++ b/testing/tarantool/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.7.4.99 pkgrel=0 pkgdesc="Lua application server integrated with a database management system" url="https://tarantool.org" -arch="all" +arch="all !x86 !ppc64le" license="BSD-2-Clause" pkgusers="$pkgname" pkggroups="$pkgname" |