diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-16 06:20:10 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-16 06:20:10 +0100 |
commit | 03211cad02a2a98a81f7338c931a08ccbecd20a7 (patch) | |
tree | 53a8b9a629f3b68c72d6b39a340f7b2321e3b632 /community/gomplate | |
parent | 31ded88b84954807f1381d75a11e5f921bbf1498 (diff) | |
download | aports-03211cad02a2a98a81f7338c931a08ccbecd20a7.tar.bz2 aports-03211cad02a2a98a81f7338c931a08ccbecd20a7.tar.xz |
community/gomplate: disable on s390x
Diffstat (limited to 'community/gomplate')
-rw-r--r-- | community/gomplate/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gomplate/APKBUILD b/community/gomplate/APKBUILD index e9c6940a7b..fefab13acd 100644 --- a/community/gomplate/APKBUILD +++ b/community/gomplate/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.6.0 pkgrel=0 pkgdesc="A versatile Go template processor" url="https://github.com/hairyhenderson/gomplate" -arch="all" +arch="all !s390x" # FAIL: TestCreateContext with SIGSEGV license="MIT" depends="ca-certificates" makedepends="go" |