Skip to content

Commit

Permalink
adding tag to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jt-dd committed Jan 16, 2025
1 parent 14052c1 commit 3d9e0e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3d9e0e7

Please sign in to comment.