Re-introduce vmlinuz workaround for the Alpine CI container to
enable UKI testing.
Partial revert of
d9497f3 .
apk add --no-cache \
ovmf \
; fi
+
+# workaround for https://gitlab.alpinelinux.org/alpine/aports/-/issues/17907
+RUN \
+ ln -sf /boot/vmlinuz-virt /boot/vmlinuz-$(cd /lib/modules; ls -1 | tail -1)
musl-dev \
musl-fts-dev \
qemu-system-$(uname -m)
+
+# workaround for https://gitlab.alpinelinux.org/alpine/aports/-/issues/17907
+RUN \
+ ln -sf /boot/vmlinuz-virt /boot/vmlinuz-$(cd /lib/modules; ls -1 | tail -1)