From 9a93a06833b313660ca450151a01acd471954af6 Mon Sep 17 00:00:00 2001 From: MohammedAbdi Date: Wed, 11 Sep 2024 12:25:51 -0400 Subject: [PATCH] update operator-build Signed-off-by: MohammedAbdi --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a7b3bcd..71d65e8 100644 --- a/Makefile +++ b/Makefile @@ -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) \