Skip to content

Commit 54701f7

Browse files
JAORMXclaude
andcommitted
Add build:container task for local ko builds
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent efd80ab commit 54701f7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Taskfile.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,16 @@ tasks:
5555
generates:
5656
- '../../internal/resources/dist/index.html'
5757

58+
build:container:
59+
desc: Build container image with ko (local)
60+
deps:
61+
- build:ui
62+
preconditions:
63+
- sh: command -v ko
64+
msg: "ko not found. Install: go install github.com/google/ko@latest"
65+
cmds:
66+
- ko build --local ./cmd/minder-mcp
67+
5868
# ============================================================
5969
# Dependencies
6070
# ============================================================

0 commit comments

Comments
 (0)