From 3d9e0e7ca1f4b7aba84a9a17c2a5d816f1f99941 Mon Sep 17 00:00:00 2001 From: jt-dd Date: Thu, 16 Jan 2025 17:58:42 +0100 Subject: [PATCH] adding tag to makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ab83714a..eae70379 100644 --- a/Makefile +++ b/Makefile @@ -66,11 +66,11 @@ generate: ## Generate code for the application .PHONY: build build: ## Build the application - go build $(BUILD_FLAGS) -o "$(or $(DESTDIR),./bin/build)/kubehound$(BINARY_EXT)" ./cmd/kubehound/ + go build $(BUILD_FLAGS) -o "$(or $(DESTDIR),./bin/build)/kubehound$(BINARY_EXT)" -tags no_backend ./cmd/kubehound/ .PHONY: binary binary: - $(BUILDX_CMD) bake binary-with-coverage + $(BUILDX_CMD) bake binary .PHONY: lint lint: