From 551e3cac5bc9abaaeddda178daeeb20beb7367be Mon Sep 17 00:00:00 2001 From: Breno Leitao Date: Mon, 10 Apr 2017 13:48:40 +0000 Subject: community/terraform: Disabling the build on ppc64le Disabling the build on ppc64le because 'go' is still not available at this moment. This commit should be reverted once we have go built on ppc64le. --- community/terraform/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/terraform/APKBUILD b/community/terraform/APKBUILD index 7d74573759..21d70e7b66 100644 --- a/community/terraform/APKBUILD +++ b/community/terraform/APKBUILD @@ -6,7 +6,7 @@ pkgver=0.8.5 pkgrel=0 pkgdesc="Building, changing, and combining infrastructure safely and efficiently" url="https://www.terraform.io/" -arch="all !armhf" +arch="all !armhf !ppc64le" license="MPL 2.0" depends="" makedepends="go" -- cgit v1.2.3