From a259c96966efe3619ae22a9687f11cc0f9a28636 Mon Sep 17 00:00:00 2001
From: Natanael Copa <ncopa@alpinelinux.org>
Date: Tue, 23 Jun 2020 12:54:37 +0000
Subject: [PATCH] community/terraform: disable on mips64

due to go
---
 community/terraform/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/community/terraform/APKBUILD b/community/terraform/APKBUILD
index 24dce1c7e5b1..2a8c70593221 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"
-- 
GitLab