[Komodo] mbecker20: Commit Resource File: update dev.toml
This commit is contained in:
11
dev.toml
11
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"
|
||||
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