From 6e14faf966f4ed7ed096aca8712399877f1849c1 Mon Sep 17 00:00:00 2001 From: komodo Date: Tue, 26 Nov 2024 01:45:22 +0000 Subject: [PATCH] [Komodo] mbecker20: Commit Resource File: update dev.toml --- dev.toml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/dev.toml b/dev.toml index cf07f58..78bf833 100644 --- a/dev.toml +++ b/dev.toml @@ -57,4 +57,13 @@ branch = "1.16.12" dockerfile_path = "bin/core/multi-arch.Dockerfile" image_registry.domain = "git.komo.do" image_registry.account = "mbecker20" -image_registry.organization = "komodo" \ No newline at end of file +image_registry.organization = "komodo" +pre_build.command = "docker buildx create --name builder --use --bootstrap" +extra_args = [ + "--platform linux/amd64,linux/arm64", + "--builder builder" +] +build_args = """ + REGISTRY_AND_NAMESPACE = git.komo.do/komodo + BINARIES_TAG = latest-dev +""" \ No newline at end of file