Use our precompiled golang tarballs.

This commit is contained in:
parazyd 2018-01-24 15:42:54 +01:00
parent f6d06241c7
commit 31e01784f1
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 4 additions and 3 deletions

7
config
View File

@ -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"