X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e4a68851e521c0e3152f9790683d8cdb1b3923df..0152714fbaae387661b858ca1b761b9409ccf803:/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