Locietta / xanmod-kernel-WSL2

Xanmod kernel for WSL2, built by clang with ThinLTO enabled. Build & Release are automated by Github Action.
GNU General Public License v2.0
83 stars 15 forks source link

[Kernel CI] Improve Version Checking #44

Closed Locietta closed 9 months ago

Locietta commented 9 months ago

Improve the logic to check Stable & LTS versions.

Previously, we rely on the behavior that the default branch of upstream xanmod repo is set to latest stable. It turns out there's some lagging issue now, so I decide to fetch the version from xanmod.org page.

And for consistency, I also change the LTS version fetcher to use xanmod.org (previously it's www.kernel.org).