From f8e9524f9f00100e3e96024aeba38d7c0621b387 Mon Sep 17 00:00:00 2001 From: komodo Date: Tue, 26 Nov 2024 05:24:51 +0000 Subject: [PATCH] [Komodo] Commit Sync: update dev.toml --- dev.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev.toml b/dev.toml index 57e7d9a..a1b34c6 100644 --- a/dev.toml +++ b/dev.toml @@ -140,7 +140,8 @@ executions = [ name = "Build Multi Arch" enabled = true executions = [ - { execution.type = "BatchRunBuild", execution.params.pattern = "komodo-*-dev", enabled = true } + { execution.type = "RunBuild", execution.params.build = "komodo-core-dev", enabled = true }, + { execution.type = "RunBuild", execution.params.build = "komodo-periphery-dev", enabled = true } ] ##