From f895c60fa1806364d972baf041a37dad6153a439 Mon Sep 17 00:00:00 2001 From: clyang82 Date: Fri, 17 May 2024 11:08:44 +0800 Subject: [PATCH] Enable build with kafka Signed-off-by: clyang82 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 424361e6..8c297818 100755 --- a/Makefile +++ b/Makefile @@ -171,7 +171,7 @@ lint: # Build binaries # NOTE it may be necessary to use CGO_ENABLED=0 for backwards compatibility with centos7 if not using centos7 binary: check-gopath - ${GO} build ./cmd/maestro + ${GO} build -tags=kafka ./cmd/maestro .PHONY: binary # Install