[Komodo] Commit Sync: update release.toml

This commit is contained in:
komodo
2025-05-30 06:52:22 +00:00
parent cb1e518686
commit 7d1d12e60b

View File

@ -97,6 +97,27 @@ extra_args = [
##
[[build]]
name = "komodo-util"
tags = ["release", "util"]
[build.config]
builder = "local"
auto_increment_version = false
links = [
"https://github.com/moghtech/komodo/pkgs/container/komodo-util"
]
repo = "moghtech/komodo"
dockerfile_path = "bin/util/multi-arch.Dockerfile"
image_registry.domain = "ghcr.io"
image_registry.account = "mbecker20"
image_registry.organization = "moghtech"
extra_args = [
"--platform linux/amd64,linux/arm64",
"--builder builder"
]
##
[[repo]]
name = "upload-binaries"
tags = ["release", "binaries"]
@ -133,6 +154,7 @@ enabled = true
executions = [
{ execution.type = "RunBuild", execution.params.build = "komodo-core", enabled = true },
{ execution.type = "RunBuild", execution.params.build = "komodo-periphery", enabled = true },
{ execution.type = "RunBuild", execution.params.build = "komodo-util", enabled = true },
{ execution.type = "BuildRepo", execution.params.repo = "upload-binaries", enabled = true }
]