[Komodo] Commit Sync: update dev.toml

This commit is contained in:
komodo
2025-07-27 19:19:16 +00:00
parent d92bdee407
commit dae431597a

View File

@@ -42,6 +42,12 @@ image_registry.organization = "moghtech"
[[build]] [[build]]
name = "komodo-core-dev" name = "komodo-core-dev"
description = """
OPEN FOR INSTRUCTIONS
Must run the following command on host to create the builder:
'docker buildx create --name builder --use --bootstrap'
"""
tags = ["dev", "core"] tags = ["dev", "core"]
[build.config] [build.config]
builder = "local" builder = "local"
@@ -92,6 +98,12 @@ image_registry.organization = "moghtech"
[[build]] [[build]]
name = "komodo-periphery-dev" name = "komodo-periphery-dev"
description = """
OPEN FOR INSTRUCTIONS
Must run the following command on host to create the builder:
'docker buildx create --name builder --use --bootstrap'
"""
tags = ["dev", "periphery"] tags = ["dev", "periphery"]
[build.config] [build.config]
builder = "local" builder = "local"
@@ -120,6 +132,12 @@ build_args = """
[[build]] [[build]]
name = "komodo-util-dev" name = "komodo-util-dev"
description = """
OPEN FOR INSTRUCTIONS
Must run the following command on host to create the builder:
'docker buildx create --name builder --use --bootstrap'
"""
tags = ["dev", "util"] tags = ["dev", "util"]
[build.config] [build.config]
builder = "local" builder = "local"