aboutsummaryrefslogtreecommitdiffstats
path: root/community/terraform/APKBUILD
diff options
context:
space:
mode:
authorLuca Weiss <luca@z3ntu.xyz>2021-04-03 19:01:05 +0200
committerRasmus Thomsen <oss@cogitri.dev>2021-04-15 07:51:49 +0000
commitd1791235689df8ab2d1475f68b5919771c6157a5 (patch)
tree35ea7d8d772155149a2de1849a5d9f500ed90673 /community/terraform/APKBUILD
parentd05124f9d5df1d3ffeac60de039f0d1a7baf8c5b (diff)
community/terraform: enable for armhf & armv7
Diffstat (limited to 'community/terraform/APKBUILD')
-rw-r--r--community/terraform/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/terraform/APKBUILD b/community/terraform/APKBUILD
index 0cd46cb2162..e421f516a2f 100644
--- a/community/terraform/APKBUILD
+++ b/community/terraform/APKBUILD
@@ -8,7 +8,7 @@ pkgver=0.14.9
pkgrel=0
pkgdesc="Building, changing and combining infrastructure safely and efficiently"
url="https://www.terraform.io/"
-arch="all !armhf !armv7"
+arch="all"
license="MPL-2.0"
makedepends="go"
source="$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz"