Use colon instead of slash for host arch podman images

This commit is contained in:
Jeremy Soller 2026-04-30 14:29:59 -06:00
parent fe6d75db06
commit 82af8d02ac

View File

@ -16,7 +16,7 @@ endif
# Cache layers to redox-os docker hub
PODMAN_CACHE=
PODMAN_CACHE_PATH=docker.io/redoxos/$(IMAGE_TAG)/$(HOST_ARCH)
PODMAN_CACHE_PATH=docker.io/redoxos/$(IMAGE_TAG):$(HOST_ARCH)
PODMAN_CACHE_PULL?=1
ifeq ($(PODMAN_CACHE_PULL),1)