Skip to content

Commit

Permalink
Merge pull request #5 from stolostron/kafka
Browse files Browse the repository at this point in the history
Enable build with kafka
  • Loading branch information
skeeey authored May 17, 2024
2 parents 8e3e30d + f895c60 commit cd7e482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cd7e482

Please sign in to comment.