mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-03-01 18:17:43 +01:00
[All] Download the images to specific arch folder.
As the SHA digest is the same for both the amd64 and arm64 arch we need to download the images for each arch as otherwise it skips the download and install the wrong arch to the system from earlier downloaded images.
This commit is contained in:
parent
bc799a303d
commit
32ff320548
@ -32,10 +32,10 @@ endif
|
||||
|
||||
define OVOS_CONTAINERS_BUILD_CMDS
|
||||
$(Q)mkdir -p $(@D)/images
|
||||
$(Q)mkdir -p $(OVOS_CONTAINERS_DL_DIR)
|
||||
$(Q)mkdir -p $(OVOS_CONTAINERS_DL_DIR)/$(BR2_PACKAGE_OVOS_CONTAINERS_ARCH)
|
||||
$(foreach image,$(OVOS_CONTAINERS_IMAGES),\
|
||||
$(BR2_EXTERNAL_OPENVOICEOS_PATH)/package/ovos-containers/fetch-container-image.sh \
|
||||
$(BR2_PACKAGE_OVOS_CONTAINERS_ARCH) $(image) "$(OVOS_CONTAINERS_DL_DIR)" "$(@D)/images"
|
||||
$(BR2_PACKAGE_OVOS_CONTAINERS_ARCH) $(image) "$(OVOS_CONTAINERS_DL_DIR)/$(BR2_PACKAGE_OVOS_CONTAINERS_ARCH)" "$(@D)/images"
|
||||
)
|
||||
endef
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user