Boot images are missing from the CI builds
Recently, the boot images are no longer published as part of the bpo images for devices like xiaomi-beryllium, oneplus-enchilada, and all others too possibly. For example, there is no boot image here in the latest build for xiaomi-beryllium:
My guess is that this could be because of the new mkinitfs. Since there is only single flavor, the boot image names have changed from being boot.img-postmarketos-qcom-sdm845
(before) to just boot.img
(now). And this is causing the CI to miss out these files? For example, looking at the latest build log, it can be seen that its doing for i in $(pmbootstrap config work)/chroot_rootfs_xiaomi-beryllium/boot/boot.img-*
. It shouldn't be no longer looking for boot.img-*
and should just take the boot.img
, I guess?
Would be nice to see this issue fixed soon. Thanks.