mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-27 07:14:18 +08:00
Fix podman cache path
This commit is contained in:
parent
2a499c179a
commit
1ea6f027c3
@ -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