From 7d1d12e60b49770a445248a91f543f4054a0bd68 Mon Sep 17 00:00:00 2001 From: komodo Date: Fri, 30 May 2025 06:52:22 +0000 Subject: [PATCH] [Komodo] Commit Sync: update release.toml --- release.toml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/release.toml b/release.toml index c425840..a29810e 100644 --- a/release.toml +++ b/release.toml @@ -97,6 +97,27 @@ extra_args = [ ## +[[build]] +name = "komodo-util" +tags = ["release", "util"] +[build.config] +builder = "local" +auto_increment_version = false +links = [ + "https://github.com/moghtech/komodo/pkgs/container/komodo-util" +] +repo = "moghtech/komodo" +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" +] + +## + [[repo]] name = "upload-binaries" tags = ["release", "binaries"] @@ -133,6 +154,7 @@ enabled = true executions = [ { execution.type = "RunBuild", execution.params.build = "komodo-core", enabled = true }, { execution.type = "RunBuild", execution.params.build = "komodo-periphery", enabled = true }, + { execution.type = "RunBuild", execution.params.build = "komodo-util", enabled = true }, { execution.type = "BuildRepo", execution.params.repo = "upload-binaries", enabled = true } ]