diff --git a/srcpkgs/terraform/template b/srcpkgs/terraform/template index bde595dc208..2b488ad5905 100644 --- a/srcpkgs/terraform/template +++ b/srcpkgs/terraform/template @@ -11,4 +11,6 @@ go_import_path="github.com/hashicorp/$pkgname" distfiles="https://$go_import_path/archive/v$version.tar.gz" checksum=f7dae93f57618a9ea01c7b1e948161914035cfee8683848501bf083d1611c837 -broken="https://build.voidlinux.eu/builders/armv7l_builder/builds/1032/steps/shell_3/logs/stdio" +case "${XBPS_TARGET_MACHINE}" in + arm*) broken="https://build.voidlinux.eu/builders/armv7l_builder/builds/1032/steps/shell_3/logs/stdio" ;; +esac