[Komodo] mbecker20: Commit Resource File: update dev.toml
This commit is contained in:
9
dev.toml
9
dev.toml
@ -58,3 +58,12 @@ dockerfile_path = "bin/core/multi-arch.Dockerfile"
|
|||||||
image_registry.domain = "git.komo.do"
|
image_registry.domain = "git.komo.do"
|
||||||
image_registry.account = "mbecker20"
|
image_registry.account = "mbecker20"
|
||||||
image_registry.organization = "komodo"
|
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
|
||||||
|
"""
|
Reference in New Issue
Block a user