Use different podman image name for non-x86_64

This commit is contained in:
Jeremy Soller 2026-04-30 14:23:41 -06:00
parent c2daab5320
commit bfa75fcaa5

View File

@ -3,6 +3,9 @@
# Configuration variables for running make in Podman
## Tag the podman image $IMAGE_TAG
IMAGE_TAG?=redox-base
ifneq ($(HOST_ARCH),x86_64)
IMAGE_TAG?=redox-base-$(HOST_ARCH)
endif
## Working Directory in Podman
CONTAINER_WORKDIR?=/mnt/redox