diff --git a/release.toml b/release.toml index 7f2422f..6000c7f 100644 --- a/release.toml +++ b/release.toml @@ -94,11 +94,20 @@ name = "build_release" tags = ["release"] [[procedure.config.stage]] -name = "Build Komodo Release" +name = "Build Binaries + Frontend" enabled = true executions = [ - { execution.type = "BatchBuildRepo", execution.params.pattern = "*", enabled = true }, - { execution.type = "BatchRunBuild", execution.params.pattern = "*", enabled = true } + { execution.type = "RunBuild", execution.params.pattern = "komodo-binaries-x86_64", 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 }, ] ##