diff options
Diffstat (limited to 'testing/etcd/APKBUILD')
-rw-r--r-- | testing/etcd/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/etcd/APKBUILD b/testing/etcd/APKBUILD index 6cf704f0d9..195ed63561 100644 --- a/testing/etcd/APKBUILD +++ b/testing/etcd/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.2.7 pkgrel=0 pkgdesc="A highly-available key value store for shared configuration and service discovery" url="https://github.com/coreos/etcd" -arch="x86_64" +arch="x86_64 ppc64le" license="ASL 2.0" makedepends="go bash" options="!strip" |