mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 05:14:18 +08:00
Use different podman image name for non-x86_64
This commit is contained in:
parent
c2daab5320
commit
bfa75fcaa5
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user