Skip to content

Commit 0e33a38

Browse files
authored
Change Taskfile for lighter ko builds (#367)
Signed-off-by: Juan Antonio Osorio <ozz@stacklok.com>
1 parent 09a8ed2 commit 0e33a38

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Taskfile.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,10 @@ tasks:
6767

6868
build-image:
6969
desc: Build the image with ko
70+
env:
71+
KO_DOCKER_REPO: ghcr.io/stacklok/toolhive
7072
cmds:
71-
- ko build --platform linux/amd64,linux/arm64 --local ./cmd/thv
73+
- ko build --local --bare ./cmd/thv
7274

7375
kind-setup:
7476
desc: Setup a local Kind cluster

0 commit comments

Comments
 (0)