[Komodo] mbecker20: Commit Resource File: update release.toml

This commit is contained in:
komodo
2024-12-02 07:02:39 +00:00
parent ef87d6b4f5
commit 4243b41627

View File

@ -94,11 +94,20 @@ name = "build_release"
tags = ["release"] tags = ["release"]
[[procedure.config.stage]] [[procedure.config.stage]]
name = "Build Komodo Release" name = "Build Binaries + Frontend"
enabled = true enabled = true
executions = [ executions = [
{ execution.type = "BatchBuildRepo", execution.params.pattern = "*", enabled = true }, { execution.type = "RunBuild", execution.params.pattern = "komodo-binaries-x86_64", enabled = true },
{ execution.type = "BatchRunBuild", execution.params.pattern = "*", enabled = true } { execution.type = "RunBuild", execution.params.pattern = "komodo-binaries-aarch64", enabled = true },
{ execution.type = "RunBuild", execution.params.pattern = "komodo-frontend", enabled = true },
]
[[procedure.config.stage]]
name = "Build Release Images + Publish Binaries"
enabled = true
executions = [
{ execution.type = "RunBuild", execution.params.pattern = "komodo-core", enabled = true },
{ execution.type = "RunBuild", execution.params.pattern = "komodo-periphery", enabled = true },
] ]
## ##