mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 14:41:31 +02:00
ci-automation: Download the sysext base image
This commit is contained in:
parent
ce26c96054
commit
98a5dca8bf
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user