X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/3197db7788e10b33fb496bfe86c836382f723ff1..b88c34d26e23ecd991ec9dfed758b7629c1ebeec:/tools/compute-images/build.sh diff --git a/tools/compute-images/build.sh b/tools/compute-images/build.sh index 769b9a5b5a..c589ffa055 100755 --- a/tools/compute-images/build.sh +++ b/tools/compute-images/build.sh @@ -286,6 +286,9 @@ if [[ -n "$NVIDIA_GPU_SUPPORT" ]]; then EXTRA2+=" -var nvidia_gpu_support=$NVIDIA_GPU_SUPPORT" fi +GOVERSION=$(grep 'const goversion =' ../../lib/install/deps.go |awk -F'"' '{print $2}') +EXTRA2+=" -var goversion=$GOVERSION" + echo packer version echo