diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-12-21 10:01:39 +0100 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-12-21 10:02:16 +0100 |
commit | 530c2056922ca5f8abc401b289c8a1f54f56027b (patch) | |
tree | 9f43416d46d13af8303daa45d16f58b0367cdd14 /community/terraform | |
parent | 0d18b1faff83aa1ff6e38dfde4276615d784c1df (diff) | |
download | aports-530c2056922ca5f8abc401b289c8a1f54f56027b.tar.bz2 aports-530c2056922ca5f8abc401b289c8a1f54f56027b.tar.xz |
community/terraform: disable on armhf
http://tpaste.us/A9zZ
Diffstat (limited to 'community/terraform')
-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 f959ec8739..4339abb9da 100644 --- a/community/terraform/APKBUILD +++ b/community/terraform/APKBUILD @@ -6,7 +6,7 @@ pkgver=0.8.1 pkgrel=0 pkgdesc="Building, changing, and combining infrastructure safely and efficiently" url="https://www.terraform.io/" -arch="all" +arch="all !armhf" license="MPL 2.0" depends="" makedepends="go" |