diff options
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 4bfa6ec895..2ab517d6cc 100644 --- a/community/terraform/APKBUILD +++ b/community/terraform/APKBUILD @@ -7,7 +7,7 @@ pkgver=0.11.8 pkgrel=0 pkgdesc="Building, changing and combining infrastructure safely and efficiently" url="https://www.terraform.io/" -arch="all !armhf" +arch="all !armhf !armv7" license="MPL-2.0" makedepends="go" source="${pkgname}-${pkgver}.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz" |