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