From 4f63a1344ac5c2de624d0c946d374962400eee1d Mon Sep 17 00:00:00 2001 From: komodo Date: Fri, 30 May 2025 06:17:04 +0000 Subject: [PATCH] [Komodo] Commit Sync: update dev.toml --- dev.toml | 35 ++++++++++++++++++++++++++++++++--- 1 file changed, 32 insertions(+), 3 deletions(-) diff --git a/dev.toml b/dev.toml index 2480ece..5141a07 100644 --- a/dev.toml +++ b/dev.toml @@ -118,6 +118,34 @@ build_args = """ ## +[[build]] +name = "komodo-util-dev" +tags = ["dev", "util"] +[build.config] +builder = "local" +version = "1.17.5" +auto_increment_version = false +image_name = "komodo-util" +image_tag = "dev" +links = [ + "https://github.com/moghtech/komodo/pkgs/container/komodo-util" +] +repo = "moghtech/komodo" +branch = "1.18.0" +dockerfile_path = "bin/util/multi-arch.Dockerfile" +image_registry.domain = "ghcr.io" +image_registry.account = "mbecker20" +image_registry.organization = "moghtech" +extra_args = [ + "--platform linux/amd64,linux/arm64", + "--builder builder" +] +build_args = """ + BINARIES_IMAGE = ghcr.io/moghtech/komodo-binaries:latest-dev +""" + +## + [[repo]] name = "upload-binaries-dev" tags = ["dev", "binaries"] @@ -154,6 +182,7 @@ 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-util-dev", enabled = true }, { execution.type = "BuildRepo", execution.params.repo = "upload-binaries-dev", enabled = true } ] @@ -164,9 +193,9 @@ name = "publish-dev" tags = ["dev"] [action.config] file_contents = """ -const BRANCH = "1.17.4"; -const VERSION = "1.17.4"; -const TAG = "dev-1-1"; +const BRANCH = "1.18.0"; +const VERSION = "1.18.0"; +const TAG = "dev-1"; await komodo.write("UpdateVariableValue", { name: "KOMODO_DEV_VERSION",