chore(ci): Use regex when installing kernel package

This commit is contained in:
Kyle Gospodnetich 2024-07-11 11:29:12 -07:00
parent fcb1dcff61
commit 9976e350ad

View File

@ -160,7 +160,7 @@ RUN rpm-ostree cliwrap install-to-root / && \
echo "Will install ${KERNEL_FLAVOR} kernel" && \
rpm-ostree override replace \
--experimental \
/tmp/fsync-rpms/kernel-6*.rpm \
/tmp/fsync-rpms/kernel-[0-9]*.rpm \
/tmp/fsync-rpms/kernel-core-*.rpm \
/tmp/fsync-rpms/kernel-modules-*.rpm \
/tmp/fsync-rpms/kernel-uki-virt-*.rpm \