From bb0fc962e6eec0297fb292794cebc0670e89ffde Mon Sep 17 00:00:00 2001 From: Heba Elayoty Date: Fri, 27 Oct 2023 22:20:35 -0700 Subject: [PATCH] Support multi-arch Signed-off-by: Heba Elayoty --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bd3d3b29d..d3820aeda 100644 --- a/Makefile +++ b/Makefile @@ -134,7 +134,7 @@ run: manifests generate fmt vet ## Run a controller from your host. BUILDX_BUILDER_NAME ?= img-builder OUTPUT_TYPE ?= type=registry QEMU_VERSION ?= 5.2.0-2 -ARCH ?= amd64 +ARCH ?= amd64,arm64 .PHONY: docker-buildx docker-buildx: test ## Build and push docker image for the manager for cross-platform support