Add zenroom url; clean golang url.
This commit is contained in:
parent
30b55b7605
commit
a3a64a6c79
8
config
8
config
|
|
@ -5,10 +5,6 @@ blend_vers="0.1"
|
|||
image_name="${blend_name}-${blend_vers}-${arch}"
|
||||
|
||||
|
||||
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"
|
||||
|
||||
|
|
@ -23,6 +19,10 @@ stem_url="https://git.torproject.org/stem.git"
|
|||
|
||||
tordam_url="github.com/decodeproject/tor-dam/..."
|
||||
|
||||
zenroom_url="https://sdk.dyne.org:4443/view/decode/job/zenroom-static-${arch}/lastSuccessfulBuild/artifact/src/zenroom-static"
|
||||
|
||||
golang_url="https://sdk.dyne.org:4443/job/go-binaries/lastBuild/architecture=${arch}/artifact/go.${arch}.tar.gz"
|
||||
|
||||
size="4098"
|
||||
filesystem="btrfs"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue