add build cache to dev_deploy.sh

This commit is contained in:
Siyuan Miao 2025-09-25 19:33:45 +00:00
parent afec360f65
commit 81063425ac
2 changed files with 1 additions and 0 deletions

View File

@ -156,6 +156,7 @@ do_make() {
--rm \ --rm \
--env JETKVM_INSIDE_DOCKER=1 \ --env JETKVM_INSIDE_DOCKER=1 \
-v "$(pwd):/build" \ -v "$(pwd):/build" \
-v "$(pwd)/.cache:/root/.cache/go-build" \
${DOCKER_BUILD_TAG} make "$@" ${DOCKER_BUILD_TAG} make "$@"
else else
make "$@" make "$@"

Binary file not shown.