diff --git a/community/terraform/APKBUILD b/community/terraform/APKBUILD
index 24dce1c7e5b1de737e2bf918466e2440246ac3f3..2a8c7059322102ddfa587957ebe6e039c48527b7 100644
--- a/community/terraform/APKBUILD
+++ b/community/terraform/APKBUILD
@@ -8,7 +8,7 @@ pkgver=0.12.26
 pkgrel=0
 pkgdesc="Building, changing and combining infrastructure safely and efficiently"
 url="https://www.terraform.io/"
-arch="all !armhf !armv7"
+arch="all !armhf !armv7 !mips64"
 license="MPL-2.0"
 makedepends="go"
 source="$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz"