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

Add LTS kernel support #37

Closed dingdang66686 closed 1 year ago

dingdang66686 commented 1 year ago

Is this able to merge?

Locietta commented 1 year ago

Oops, forget to submit my review...

Locietta commented 1 year ago

I personally perfer not to touch the version string, how about something like curl -sL -H 'Authorization: Bearer ${{ secrets.CUSTOM_GITHUB_TOKEN }}' https://api.github.com/repos/Locietta/xanmod-kernel-WSL2/tags\?per_page\=60 | jq -r '.[].name' | grep ${{ env.repo_branch }} | head -n 1?

dingdang66686 commented 1 year ago

It seems fine.

Locietta commented 1 year ago

Everything looks in good shape now, thanks for your efforts!

However, I can't merge it right away util I fix downstream scoop updater . It's another story though, and takes some extra time. But I will get this PR merged as soon as I can!