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]]