From 84ee9a6a6ccbc672588402ed7387f2ce53fff94e Mon Sep 17 00:00:00 2001 From: SZCJW <792430652@qq.com> Date: Sat, 14 Mar 2026 01:53:03 +0800 Subject: [PATCH] x --- build_and_run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_and_run.sh b/build_and_run.sh index b55c008..cbf5040 100644 --- a/build_and_run.sh +++ b/build_and_run.sh @@ -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))