ci-automation: Download the sysext base image

This commit is contained in:
Krzesimir Nowak 2023-07-04 14:18:04 +02:00
parent ce26c96054
commit 98a5dca8bf

View File

@ -105,7 +105,7 @@ function _vm_build_impl() {
local images_in="images-in/" local images_in="images-in/"
local file local file
rm -rf "${images_in}" rm -rf "${images_in}"
for file in flatcar_production_image.bin.bz2 flatcar_production_image_pkgdb.tar.xz version.txt; do for file in flatcar_production_image.bin.bz2 flatcar_production_image_pkgdb.tar.xz flatcar_production_image_sysext.squashfs version.txt; do
copy_from_buildcache "images/${arch}/${vernum}/${file}" "${images_in}" copy_from_buildcache "images/${arch}/${vernum}/${file}" "${images_in}"
done done
lbunzip2 "${images_in}/flatcar_production_image.bin.bz2" lbunzip2 "${images_in}/flatcar_production_image.bin.bz2"