We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba5f2ff commit 6bae043Copy full SHA for 6bae043
buildrunner/docker/multiplatform_image_builder.py
@@ -77,7 +77,7 @@ def __init__(
77
docker_registry: Optional[str] = None,
78
build_registry: Optional[str] = MP_LOCAL_REGISTRY,
79
temp_dir: str = os.getcwd(),
80
- platform_builders: Optional[Union[Dict[str, List[str]], List[str]]] = None,
+ platform_builders: Optional[Union[Dict[str, List[str]], Dict[str, str]]] = None,
81
cache_builders: Optional[List[str]] = None,
82
cache_from: Optional[Union[dict, str]] = None,
83
cache_to: Optional[Union[dict, str]] = None,
0 commit comments