diff options
author | Tuan Hoang <tmhoang@linux.ibm.com> | 2019-11-26 22:34:26 +0000 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-27 01:13:32 +0100 |
commit | 2c8bb8e70ae44f530344407c2ffa999cf4b5e923 (patch) | |
tree | b24c3daf4164851d230af1ea562e2561dd19e52c /testing/k3s/APKBUILD | |
parent | 38544fdd1e266940f9c6842ca0aa39b49c2feb97 (diff) | |
download | aports-2c8bb8e70ae44f530344407c2ffa999cf4b5e923.tar.bz2 aports-2c8bb8e70ae44f530344407c2ffa999cf4b5e923.tar.xz |
testing/k3s: enable s390x with golang/crypto/chacha20 support
Build and run OK with
golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8
Diffstat (limited to 'testing/k3s/APKBUILD')
-rw-r--r-- | testing/k3s/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/k3s/APKBUILD b/testing/k3s/APKBUILD index 6cb41e33fb..440935a521 100644 --- a/testing/k3s/APKBUILD +++ b/testing/k3s/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.0.0 pkgrel=0 pkgdesc="Lightweigt Kubernetes. 5 less than k8s." url="https://k3s.io" -arch="all !s390x" +arch="all" license="Apache-2.0" options="!check" # No test suite from upstream depends="containerd" |