mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 06:14:18 +08:00
Use colon instead of slash for host arch podman images
This commit is contained in:
parent
fe6d75db06
commit
82af8d02ac
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user