[Komodo] mbecker20: Commit Resource File: update release.toml

This commit is contained in:
komodo
2025-07-27 20:22:11 +00:00
parent 224820df50
commit 669694c79b

View File

@@ -42,7 +42,7 @@ Must run the following command on host to create the builder:
"""
tags = ["release", "core"]
[build.config]
builder = "local"
builder = "x86_64-builder"
version = "1.18.4"
auto_increment_version = false
repo = "moghtech/komodo"
@@ -54,6 +54,9 @@ extra_args = [
"--platform linux/amd64,linux/arm64",
"--builder builder"
]
pre_build.command = """
docker buildx create --name builder --use --bootstrap
"""
##
@@ -61,7 +64,7 @@ extra_args = [
name = "komodo-frontend"
tags = ["release", "frontend"]
[build.config]
builder = "x86_64-builder"
builder = "local"
version = "1.18.4"
auto_increment_version = false
repo = "moghtech/komodo"
@@ -82,7 +85,7 @@ Must run the following command to create the builder:
"""
tags = ["release", "periphery"]
[build.config]
builder = "local"
builder = "x86_64-builder"
version = "1.18.4"
auto_increment_version = false
repo = "moghtech/komodo"
@@ -94,6 +97,9 @@ extra_args = [
"--platform linux/amd64,linux/arm64",
"--builder builder"
]
pre_build.command = """
docker buildx create --name builder --use --bootstrap
"""
##
@@ -107,7 +113,7 @@ Must run the following command on host to create the builder:
"""
tags = ["release", "util"]
[build.config]
builder = "local"
builder = "x86_64-builder"
version = "1.18.4"
auto_increment_version = false
links = [
@@ -122,6 +128,9 @@ extra_args = [
"--platform linux/amd64,linux/arm64",
"--builder builder"
]
pre_build.command = """
docker buildx create --name builder --use --bootstrap
"""
##