Skip to content

Commit 021abbb

Browse files
committed
Fix
1 parent 6bae043 commit 021abbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildrunner/config/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ class GlobalConfig(BaseModel, extra="forbid"):
124124
build_registry: Optional[str] = Field(
125125
alias="build-registry", default=MP_LOCAL_REGISTRY
126126
)
127-
platform_builders: Optional[Dict[str, str] | Dict[str, List[str]]] = Field(
127+
platform_builders: Optional[Union[Dict[str, str], Dict[str, List[str]]]] = Field(
128128
alias="platform-builders", default=None
129129
)
130130
security_scan: GlobalSecurityScanConfig = Field(

0 commit comments

Comments
 (0)