From 4e54174d61dab15da819c82a62034e634f488c78 Mon Sep 17 00:00:00 2001 From: "bing.ma" Date: Fri, 22 Dec 2023 15:31:48 +0800 Subject: [PATCH] two 'docker-build' entries in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8bcfc9a3..a3f078d0 100644 --- a/Makefile +++ b/Makefile @@ -126,7 +126,7 @@ docker-push: ## Push docker image with the manager. docker push ${IMG} .PHONY: docker-image-release -docker-build: test docker-buildx ## Build docker image with the manager. +docker-image-release: test docker-buildx ## Build docker image with the manager. docker buildx build --platform linux/amd64,linux/arm64 --push -t ${IMG} . ##@ Deployment