Skip to content

Commit

Permalink
fix(dagger): run python black formatter
Browse files Browse the repository at this point in the history
Signed-off-by: AtomicFS <vojtech.vesely@9elements.com>
  • Loading branch information
AtomicFS committed Nov 13, 2024
1 parent 2d9c722 commit fd3d412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .dagger-ci/daggerci/lib/orchestrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fd3d412

Please sign in to comment.