diff --git a/.dagger-ci/daggerci/lib/orchestrator.py b/.dagger-ci/daggerci/lib/orchestrator.py index ee0c7424..2a25f48d 100644 --- a/.dagger-ci/daggerci/lib/orchestrator.py +++ b/.dagger-ci/daggerci/lib/orchestrator.py @@ -371,7 +371,7 @@ async def __build__( try: logging.info("** building platform: %s", p) container = await context_dir.docker_build( # type: ignore [no-any-return] - platform=dagger.Platform("linux/"+p), + platform=dagger.Platform("linux/" + p), build_args=dockerfile_args + [dagger.BuildArg("TARGETARCH", p)], ) platform_variants[p] = container