From 74bea0cb20efb4bca403e1f72770cef0f56a764c Mon Sep 17 00:00:00 2001 From: komodo Date: Tue, 26 Nov 2024 02:52:50 +0000 Subject: [PATCH] [Komodo] mbecker20: Commit Resource File: update dev.toml --- dev.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dev.toml b/dev.toml index 323774f..24bf4c8 100644 --- a/dev.toml +++ b/dev.toml @@ -115,6 +115,13 @@ executions = [ { execution.type = "BatchRunBuild", execution.params.pattern = "komodo-binaries-dev-*", enabled = true } ] +[[procedure.config.stage]] +name = "Build Multi Arch" +enabled = true +executions = [ + { execution.type = "BatchRunBuild", execution.params.pattern = "komodo-*-dev", enabled = true } +] + ## [[resource_sync]]