From 31e01784f1f7815a62d4cf959a31e1b664d74cfe Mon Sep 17 00:00:00 2001 From: parazyd Date: Wed, 24 Jan 2018 15:42:54 +0100 Subject: [PATCH] Use our precompiled golang tarballs. --- config | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config b/config index 7b00ae4..e5bbe81 100644 --- a/config +++ b/config @@ -5,8 +5,9 @@ blend_vers="0.1" image_name="${blend_name}-${blend_vers}-${arch}" -golang_version="1.9.2" -golang_url="https://dl.google.com/go/go${golang_version}.src.tar.gz" +goarch="amd64" +[[ -n "$armsdk_version" ]] && goarch="armhf" +golang_url="https://sdk.dyne.org:4443/job/go-binaries/lastBuild/architecture=${goarch}/artifact/go.${goarch}.tar.gz" tomb_version="v2.4" tomb_url="https://github.com/dyne/tomb.git" @@ -24,7 +25,7 @@ multichain_url="https://www.multichain.com/download/multichain-${multichain_vers stem_version="1.6.0" stem_url="https://git.torproject.org/stem.git" -tordam_url="github.com/parazyd/tor-dam/..." +tordam_url="github.com/decodeproject/tor-dam/..." size="4098" filesystem="btrfs"