diff --git a/testing/celery/APKBUILD b/testing/celery/APKBUILD
index 9659dd18f369a5b2b44de5a6b898cf24ac122c6f..3f4c19eb8de41e0a9f9bfe0f619125c38cbcf610 100644
--- a/testing/celery/APKBUILD
+++ b/testing/celery/APKBUILD
@@ -4,7 +4,7 @@ pkgver=4.3.0
 pkgrel=2
 pkgdesc="An asynchronous task queue/job queue based on distributed message passing"
 url="http://www.celeryproject.org/"
-arch="noarch"
+arch="noarch !s390x" # lmited by py3-kombu
 license="Apache-2.0"
 depends="py3-urllib3 py3-redis py3-vine py3-kombu py3-billiard"
 makedepends="python3-dev py3-setuptools"