[Komodo] mbecker20: Commit Resource File: update release.toml
This commit is contained in:
15
release.toml
15
release.toml
@ -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 },
|
||||||
]
|
]
|
||||||
|
|
||||||
##
|
##
|
||||||
|
Reference in New Issue
Block a user