diff options
-rw-r--r-- | testing/dnsdist/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/dnsdist/APKBUILD b/testing/dnsdist/APKBUILD index 6cf70858e0..f2c3b900b1 100644 --- a/testing/dnsdist/APKBUILD +++ b/testing/dnsdist/APKBUILD @@ -5,7 +5,7 @@ pkgver="1.3.2" pkgrel=0 pkgdesc="dnsdist is a highly DNS-, DoS-, and abuse-aware loadbalancer." url="https://dnsdist.org" -arch="all" +arch="all !s390x" #limited by fstrm license="GPL2" _lua_version="5.1" depends="$pkgname-common !$pkgname-luajit" |