This commit is contained in:
2026-03-14 01:53:03 +08:00
parent 10abd1b7f6
commit 84ee9a6a6c
+1 -1
View File
@@ -265,7 +265,7 @@ build_image() {
BUILD_START=$(date +%s)
if DOCKER_BUILDKIT=1 docker build --network=host --build-arg MAX_JOBS=32 -t "${IMAGE_NAME}:${IMAGE_TAG}" .; then
if docker build --network=host --build-arg MAX_JOBS=32 -t "${IMAGE_NAME}:${IMAGE_TAG}" .; then
BUILD_END=$(date +%s)
BUILD_TIME=$((BUILD_END - BUILD_START))