[Komodo] mbecker20: Commit Resource File: update dev.toml
This commit is contained in:
15
dev.toml
15
dev.toml
@@ -50,7 +50,7 @@ Must run the following command on host to create the builder:
|
|||||||
"""
|
"""
|
||||||
tags = ["dev", "core"]
|
tags = ["dev", "core"]
|
||||||
[build.config]
|
[build.config]
|
||||||
builder = "local"
|
builder = "x86_64-builder"
|
||||||
version = "1.18.5"
|
version = "1.18.5"
|
||||||
auto_increment_version = false
|
auto_increment_version = false
|
||||||
image_name = "komodo-core"
|
image_name = "komodo-core"
|
||||||
@@ -68,6 +68,9 @@ extra_args = [
|
|||||||
"--platform linux/amd64,linux/arm64",
|
"--platform linux/amd64,linux/arm64",
|
||||||
"--builder builder"
|
"--builder builder"
|
||||||
]
|
]
|
||||||
|
pre_build.command = """
|
||||||
|
docker buildx create --name builder --use --bootstrap
|
||||||
|
"""
|
||||||
build_args = """
|
build_args = """
|
||||||
BINARIES_IMAGE = ghcr.io/moghtech/komodo-binaries:latest-dev
|
BINARIES_IMAGE = ghcr.io/moghtech/komodo-binaries:latest-dev
|
||||||
FRONTEND_IMAGE = ghcr.io/moghtech/komodo-frontend:latest-dev
|
FRONTEND_IMAGE = ghcr.io/moghtech/komodo-frontend:latest-dev
|
||||||
@@ -106,7 +109,7 @@ Must run the following command on host to create the builder:
|
|||||||
"""
|
"""
|
||||||
tags = ["dev", "periphery"]
|
tags = ["dev", "periphery"]
|
||||||
[build.config]
|
[build.config]
|
||||||
builder = "local"
|
builder = "x86_64-builder"
|
||||||
version = "1.18.5"
|
version = "1.18.5"
|
||||||
auto_increment_version = false
|
auto_increment_version = false
|
||||||
image_name = "komodo-periphery"
|
image_name = "komodo-periphery"
|
||||||
@@ -124,6 +127,9 @@ extra_args = [
|
|||||||
"--platform linux/amd64,linux/arm64",
|
"--platform linux/amd64,linux/arm64",
|
||||||
"--builder builder"
|
"--builder builder"
|
||||||
]
|
]
|
||||||
|
pre_build.command = """
|
||||||
|
docker buildx create --name builder --use --bootstrap
|
||||||
|
"""
|
||||||
build_args = """
|
build_args = """
|
||||||
BINARIES_IMAGE = ghcr.io/moghtech/komodo-binaries:latest-dev
|
BINARIES_IMAGE = ghcr.io/moghtech/komodo-binaries:latest-dev
|
||||||
"""
|
"""
|
||||||
@@ -140,7 +146,7 @@ Must run the following command on host to create the builder:
|
|||||||
"""
|
"""
|
||||||
tags = ["dev", "util"]
|
tags = ["dev", "util"]
|
||||||
[build.config]
|
[build.config]
|
||||||
builder = "local"
|
builder = "x86_64-builder"
|
||||||
version = "1.18.5"
|
version = "1.18.5"
|
||||||
auto_increment_version = false
|
auto_increment_version = false
|
||||||
image_name = "komodo-util"
|
image_name = "komodo-util"
|
||||||
@@ -158,6 +164,9 @@ extra_args = [
|
|||||||
"--platform linux/amd64,linux/arm64",
|
"--platform linux/amd64,linux/arm64",
|
||||||
"--builder builder"
|
"--builder builder"
|
||||||
]
|
]
|
||||||
|
pre_build.command = """
|
||||||
|
docker buildx create --name builder --use --bootstrap
|
||||||
|
"""
|
||||||
build_args = """
|
build_args = """
|
||||||
BINARIES_IMAGE = ghcr.io/moghtech/komodo-binaries:latest-dev
|
BINARIES_IMAGE = ghcr.io/moghtech/komodo-binaries:latest-dev
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user