From 1ca059406083a5de621019ef89410dc9a9461c77 Mon Sep 17 00:00:00 2001 From: nbykov0 <166552198+nbykov0@users.noreply.github.com> Date: Sat, 10 May 2025 17:44:32 +0300 Subject: [PATCH] system/cilium: multiarch support Signed-off-by: nbykov0 <166552198+nbykov0@users.noreply.github.com> --- packages/system/cilium/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/system/cilium/Makefile b/packages/system/cilium/Makefile index e96d20ef..72502d12 100644 --- a/packages/system/cilium/Makefile +++ b/packages/system/cilium/Makefile @@ -18,6 +18,8 @@ update: image: docker buildx build images/cilium \ --provenance false \ + --builder=$(BUILDER) \ + --platform=$(PLATFORM) \ --tag $(REGISTRY)/cilium:$(call settag,$(CILIUM_TAG)) \ --tag $(REGISTRY)/cilium:$(call settag,$(CILIUM_TAG)-$(TAG)) \ --cache-from type=registry,ref=$(REGISTRY)/cilium:latest \