[Komodo] Commit Sync: update release.toml
This commit is contained in:
22
release.toml
22
release.toml
@ -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]]
|
[[repo]]
|
||||||
name = "upload-binaries"
|
name = "upload-binaries"
|
||||||
tags = ["release", "binaries"]
|
tags = ["release", "binaries"]
|
||||||
@ -133,6 +154,7 @@ enabled = true
|
|||||||
executions = [
|
executions = [
|
||||||
{ execution.type = "RunBuild", execution.params.build = "komodo-core", enabled = true },
|
{ 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-periphery", enabled = true },
|
||||||
|
{ execution.type = "RunBuild", execution.params.build = "komodo-util", enabled = true },
|
||||||
{ execution.type = "BuildRepo", execution.params.repo = "upload-binaries", enabled = true }
|
{ execution.type = "BuildRepo", execution.params.repo = "upload-binaries", enabled = true }
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user