From 62d434f3907f96973a29a932d3ea1e3097b8afd7 Mon Sep 17 00:00:00 2001 From: Adarsh Agrawal Date: Thu, 31 Jul 2025 13:47:59 +0530 Subject: [PATCH] Adding multi platform support for images Signed-off-by: Adarsh Agrawal --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a2563a6c3..182f28b8e 100644 --- a/Makefile +++ b/Makefile @@ -244,7 +244,7 @@ syncer-image-build: .PHONY: syncer-image-push syncer-image-push: PUSH=--push -syncer-image-push: syncer-image-build +syncer-image-push: MULTI=true syncer-image-build ##@ Body-based Routing extension @@ -276,7 +276,7 @@ bbr-image-build: ## Build the image using Docker Buildx. .PHONY: bbr-image-push bbr-image-push: PUSH=--push ## Build the image and push it to $IMAGE_REPO. -bbr-image-push: bbr-image-build +bbr-image-push: MULTI=true bbr-image-build .PHONY: bbr-image-load bbr-image-load: LOAD=--load ## Build the image and load it in the local Docker registry.