From e86436e445fdc00865f9eb4c8757278d49401c7f Mon Sep 17 00:00:00 2001 From: Arjun Kondur Date: Fri, 25 Oct 2024 15:33:36 -0500 Subject: [PATCH] Remove Makefile change --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 64a0de8e7..94853d581 100644 --- a/Makefile +++ b/Makefile @@ -151,7 +151,7 @@ docker-push: ## Push docker image with the manager. # To properly provided solutions that supports more than one platform you should use this option. PLATFORMS ?= linux/arm64,linux/amd64,linux/s390x,linux/ppc64le .PHONY: docker-buildx -docker-buildx: #test ## Build and push docker image for the manager for cross-platform support +docker-buildx: test ## Build and push docker image for the manager for cross-platform support # copy existing Dockerfile and insert --platform=${BUILDPLATFORM} into Dockerfile.cross, and preserve the original Dockerfile sed -e '1 s/\(^FROM\)/FROM --platform=\$$\{BUILDPLATFORM\}/; t' -e ' 1,// s//FROM --platform=\$$\{BUILDPLATFORM\}/' Dockerfile > Dockerfile.cross - docker buildx create --name project-v3-builder