From aab02d52f4dd99d4e5bd93a8f6932ec3d855d774 Mon Sep 17 00:00:00 2001 From: kkkkun Date: Tue, 9 May 2023 15:45:13 +0800 Subject: [PATCH] Fix make etcd image failed Signed-off-by: kkkkun --- cluster/images/etcd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/images/etcd/Makefile b/cluster/images/etcd/Makefile index 25cb4b4e093..9b02d02c6b5 100644 --- a/cluster/images/etcd/Makefile +++ b/cluster/images/etcd/Makefile @@ -180,9 +180,9 @@ else # Add this ENV variable in order to workaround an unsupported arch blocker # On arm (which is 32-bit), it can't handle >1GB data in-memory - ifeq ($(ARCH),arm) + ifeq ($(ARCH),arm) cd $(TEMP_DIR) && echo "ENV ETCD_UNSUPPORTED_ARCH=$(ARCH)" >> $(DOCKERFILE) - endif + endif endif docker run --rm --privileged multiarch/qemu-user-static:$(QEMUVERSION) --reset -p yes