Skip to content

Commit d117f7f

Browse files
committed
fix tag flow
Signed-off-by: Dmytro Rashko <[email protected]>
1 parent e15167d commit d117f7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ bin/kagent-tools-windows-amd64.exe.sha256: bin/kagent-tools-windows-amd64.exe
7777

7878
.PHONY: build
7979
build: $(LOCALBIN) tidy fmt lint bin/kagent-tools-linux-amd64.sha256 bin/kagent-tools-linux-arm64.sha256 bin/kagent-tools-darwin-amd64.sha256 bin/kagent-tools-darwin-arm64.sha256 bin/kagent-tools-windows-amd64.exe.sha256
80+
build:
81+
@echo "Build complete. Binaries are available in the bin/ directory."
82+
ls -lt bin/kagent-tools-*
8083

8184
TOOLS_IMAGE_NAME ?= tools
8285
TOOLS_IMAGE_TAG ?= $(VERSION)

0 commit comments

Comments
 (0)