diff options
Diffstat (limited to 'community/caddy')
-rw-r--r-- | community/caddy/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/caddy/APKBUILD b/community/caddy/APKBUILD index 2634765113..4135fd6c6d 100644 --- a/community/caddy/APKBUILD +++ b/community/caddy/APKBUILD @@ -7,7 +7,7 @@ _vcheck="0.9.3" pkgrel=0 pkgdesc="Fast, cross-platform HTTP/2 web server with automatic HTTPS" url="https://caddyserver.com/" -arch="all !ppc64le" +arch="all !ppc64le !s390x" license="ASL 2.0" depends="ca-certificates" makedepends="go libcap bash glide" |