[Komodo] Commit Sync: update dev.toml

This commit is contained in:
komodo
2024-11-26 03:45:48 +00:00
parent 22bb6df3a9
commit 4ef59a248e

View File

@ -1,24 +1,3 @@
[[build]]
name = "komodo-frontend-dev"
tags = ["dev", "frontend"]
[build.config]
builder = "x86_64-builder"
version = "1.16.12"
auto_increment_version = false
image_name = "frontend"
image_tag = "dev"
links = [
"https://git.komo.do/komodo/-/packages/container/frontend"
]
repo = "mbecker20/komodo"
branch = "1.16.12"
dockerfile_path = "frontend/Dockerfile"
image_registry.domain = "git.komo.do"
image_registry.account = "mbecker20"
image_registry.organization = "komodo"
##
[[build]]
name = "komodo-binaries-dev-aarch64"
tags = ["dev", "binaries", "aarch64"]
@ -93,6 +72,27 @@ build_args = """
##
[[build]]
name = "komodo-frontend-dev"
tags = ["dev", "frontend"]
[build.config]
builder = "x86_64-builder"
version = "1.16.12"
auto_increment_version = false
image_name = "frontend"
image_tag = "dev"
links = [
"https://git.komo.do/komodo/-/packages/container/frontend"
]
repo = "mbecker20/komodo"
branch = "1.16.12"
dockerfile_path = "frontend/Dockerfile"
image_registry.domain = "git.komo.do"
image_registry.account = "mbecker20"
image_registry.organization = "komodo"
##
[[build]]
name = "komodo-periphery-dev"
tags = ["dev", "periphery"]
@ -130,10 +130,10 @@ name = "build-dev"
tags = ["dev"]
[[procedure.config.stage]]
name = "Build Binaries"
name = "Build Binaries + Frontend"
enabled = true
executions = [
{ execution.type = "BatchRunBuild", execution.params.pattern = "komodo-binaries-dev-*", enabled = true }
{ execution.type = "BatchRunBuild", execution.params.pattern = "komodo-binaries-dev-*, komodo-frontend-dev", enabled = true }
]
[[procedure.config.stage]]