Skip to content

Commit 71c1d72

Browse files
committed
Fix build_multiple_images threading default
1 parent 46893f8 commit 71c1d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildrunner/docker/multiplatform_image_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ def build_multiple_images(
403403
path: str = ".",
404404
file: str = "Dockerfile",
405405
target: Optional[str] = None,
406-
use_threading: bool = False,
406+
use_threading: bool = True,
407407
build_args: dict = None,
408408
inject: dict = None,
409409
cache: bool = False,

0 commit comments

Comments
 (0)