mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
Add arch to podman cache path instead
This commit is contained in:
parent
bfa75fcaa5
commit
fe6d75db06
@ -3,9 +3,6 @@
|
||||
# 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
|
||||
|
||||
@ -19,7 +16,7 @@ endif
|
||||
|
||||
# Cache layers to redox-os docker hub
|
||||
PODMAN_CACHE=
|
||||
PODMAN_CACHE_PATH=docker.io/redoxos/$(IMAGE_TAG)
|
||||
PODMAN_CACHE_PATH=docker.io/redoxos/$(IMAGE_TAG)/$(HOST_ARCH)
|
||||
|
||||
PODMAN_CACHE_PULL?=1
|
||||
ifeq ($(PODMAN_CACHE_PULL),1)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user