Skip to content

Commit

Permalink
update operator-build
Browse files Browse the repository at this point in the history
Signed-off-by: MohammedAbdi <[email protected]>
  • Loading branch information
mamy-CS committed Sep 11, 2024
1 parent e350536 commit 9a93a06
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 @@ define docker_push
endef

.PHONY: operator-build
operator-build: manifests generate test ## Build docker image with the manager.
operator-build: manifests generate ## Build docker image with the manager.
go mod tidy
$(CONTAINER_TOOL) build -t $(OPERATOR_IMG) \
--build-arg TARGETOS=$(GOOS) \
Expand Down

0 comments on commit 9a93a06

Please sign in to comment.