diff options
Diffstat (limited to 'community/terraform/APKBUILD')
-rw-r--r-- | community/terraform/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
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" |