From 97a5555fdf594230df93cdc6f59e9faf3e3b5d70 Mon Sep 17 00:00:00 2001 From: komodo Date: Tue, 26 Nov 2024 07:00:32 +0000 Subject: [PATCH] [Komodo] mbecker20: Commit Resource File: update dev.toml --- dev.toml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/dev.toml b/dev.toml index bd38fe7..565d282 100644 --- a/dev.toml +++ b/dev.toml @@ -146,15 +146,18 @@ tags = ["dev"] name = "Build Binaries + Frontend" enabled = true executions = [ - { execution.type = "BatchRunBuild", execution.params.pattern = "komodo-binaries-dev-*, komodo-frontend-dev", enabled = true } + { execution.type = "RunBuild", execution.params.build = "komodo-binaries-dev-x86_64", enabled = true }, + { execution.type = "RunBuild", execution.params.build = "komodo-binaries-dev-aarch64", enabled = true }, + { execution.type = "RunBuild", execution.params.build = "komodo-frontend-dev", enabled = true }, ] [[procedure.config.stage]] -name = "Build Multi Arch" +name = "Build Multi Arch + Upload Binaries" enabled = true executions = [ { execution.type = "RunBuild", execution.params.build = "komodo-core-dev", enabled = true }, - { execution.type = "RunBuild", execution.params.build = "komodo-periphery-dev", enabled = true } + { execution.type = "RunBuild", execution.params.build = "komodo-periphery-dev", enabled = true }, + { execution.type = "BuildRepo", execution.params.build = "upload-binaries-dev", enabled = true }, ] ##