builder: Increase max image size

This commit is contained in:
Arthur Golubtsov
2020-06-08 21:24:34 +03:00
parent 03e2e960ba
commit 2f39775d3a

View File

@@ -71,7 +71,7 @@ get_image() {
get_image ${IMAGE_PATH} ${SOURCE_IMAGE}
# Make free space
img-resize ${IMAGE_PATH} max '5G'
img-resize ${IMAGE_PATH} max '6G'
# Reconfiguring clever show repository for simplier unshallowing
# git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*"