Skip to content

Commit 6bae043

Browse files
committed
More fixes
1 parent ba5f2ff commit 6bae043

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
@@ -77,7 +77,7 @@ def __init__(
7777
docker_registry: Optional[str] = None,
7878
build_registry: Optional[str] = MP_LOCAL_REGISTRY,
7979
temp_dir: str = os.getcwd(),
80-
platform_builders: Optional[Union[Dict[str, List[str]], List[str]]] = None,
80+
platform_builders: Optional[Union[Dict[str, List[str]], Dict[str, str]]] = None,
8181
cache_builders: Optional[List[str]] = None,
8282
cache_from: Optional[Union[dict, str]] = None,
8383
cache_to: Optional[Union[dict, str]] = None,

0 commit comments

Comments
 (0)