build: correct updater on docker

This commit is contained in:
Harvey Tindall
2024-08-11 17:39:58 +01:00
parent 3f59312dfc
commit d2c7bf06f7
3 changed files with 12 additions and 5 deletions

View File

@@ -24,6 +24,13 @@ else
export JFA_GO_TAG="external"
fi
if [[ -z "${UPDATER}" ]]; then
export UPDATER=on
export JFA_GO_UPDATER=binary
else
export JFA_GO_UPDATER=$UPDATER
fi
JFA_GO_VERSION=$(git describe --exact-match HEAD 2> /dev/null || echo 'vgit')
TIMEOUT=60m