mirror of
https://github.com/ps5-linux/ps5-linux-patches.git
synced 2026-07-16 01:50:38 +00:00
* build-kernel: release .rpm alongside .deb + .pkg.tar.zst Now that ps5-linux-image's --distro all also produces an .rpm (paired image PR), pick it up in the artifact upload, checksum list and release files: block. Also add rpm as an explicit format choice so someone can dispatch an rpm-only kernel build. The sha256sum pipeline gets a 2>/dev/null so it doesn't complain when an older ps5-linux-image checkout is used that only writes deb + pkg.tar.zst. * test: run on ubuntu-latest, point at paired ps5-linux-image branch, skip release on fork * build-kernel: run --distro fedora after --distro all so .rpm ships --------- Co-authored-by: Your Name <you@example.com>