mirror of https://github.com/jetkvm/kvm.git
add build cache to dev_deploy.sh
This commit is contained in:
parent
f1ebd840e7
commit
e53f7bdb70
|
|
@ -156,6 +156,7 @@ do_make() {
|
|||
--rm \
|
||||
--env JETKVM_INSIDE_DOCKER=1 \
|
||||
-v "$(pwd):/build" \
|
||||
-v "$(pwd)/.cache:/root/.cache/go-build" \
|
||||
${DOCKER_BUILD_TAG} make "$@"
|
||||
else
|
||||
make "$@"
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in New Issue