This commit is contained in:
2026-03-31 00:11:24 +02:00
parent 951623978b
commit 4eb1d453d3

View File

@@ -320,7 +320,7 @@ def main() -> int:
ORCHESTRATOR_RUNTIME: RuntimeConfig(args.orchestrator_image, args.orchestrator_dockerfile, args.orchestrator_context),
PACKAGE_BUILDER_RUNTIME: RuntimeConfig(args.package_builder_image, args.package_builder_dockerfile, args.package_builder_context),
LIVE_HELPER_RUNTIME: RuntimeConfig(args.live_helper_image, args.live_helper_dockerfile, args.live_helper_context),
}, keep=args.keep_containers)
})
Orchestrator(root, runtimes).run(args.all_profiles, args.profile or "")
return 0