From f542a13c449f10d5ac03fd6f1c8c8183955cd6c4 Mon Sep 17 00:00:00 2001 From: Wildan M Date: Tue, 27 May 2025 18:04:09 +0700 Subject: [PATCH] Add arch to force use of prebuilt prefix --- mk/podman.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/podman.mk b/mk/podman.mk index 47313ae7c..2b90894a8 100644 --- a/mk/podman.mk +++ b/mk/podman.mk @@ -61,7 +61,7 @@ ifeq ($(PODMAN_BUILD),1) -podman image rm --force $(IMAGE_TAG) || true mkdir -p $(PODMAN_HOME) @echo "Building Podman image. This may take some time." - cat $(CONTAINERFILE) | podman build --file - $(PODMAN_VOLUMES) --tag $(IMAGE_TAG) + cat $(CONTAINERFILE) | podman build --file - $(PODMAN_VOLUMES) --arch=amd64 --tag $(IMAGE_TAG) @echo "Mapping Podman user space. Please wait." $(PODMAN_RUN) bash -e podman/rustinstall.sh mkdir -p build