aboutsummaryrefslogtreecommitdiffstats
path: root/testing/etcd
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2017-10-01 15:13:02 +0000
committerRoberto Oliveira <robertoguimaraes8@gmail.com>2017-10-01 15:13:02 +0000
commit93d70155af5407d51c3657761eb1ab6bfd11ad94 (patch)
tree423032aa5e886e8502ece8747c1be13ad568d93b /testing/etcd
parent0ea7d2500d6c6a2b2b5f9c51e34d76bcf0082f43 (diff)
downloadaports-93d70155af5407d51c3657761eb1ab6bfd11ad94.tar.bz2
aports-93d70155af5407d51c3657761eb1ab6bfd11ad94.tar.xz
testing/etcd: enable build on ppc64le
Diffstat (limited to 'testing/etcd')
-rw-r--r--testing/etcd/APKBUILD2
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"