[Komodo] Commit Sync: update dev.toml

This commit is contained in:
komodo
2024-11-26 05:24:51 +00:00
parent 4ef59a248e
commit f8e9524f9f

View File

@ -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 }
]
##