Skip to content

Commit 92e9abe

Browse files
committed
optimize build
1 parent 749f587 commit 92e9abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ build-docker-binary: manifests generate fmt vet ## Build manager binary for Dock
143143
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o bin/manager-linux.amd64 cmd/main.go
144144

145145
.PHONY: docker-build
146-
docker-build: build-docker-binary test ## Build docker image with the manager.
146+
docker-build: test build-docker-binary ## Build docker image with the manager.
147147
$(CONTAINER_TOOL) build -t ${IMG} .
148148

149149
.PHONY: docker-push

0 commit comments

Comments
 (0)