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