diff --git a/.github/workflows/build-lts.yml b/.github/workflows/build-lts.yml index 05201d9..20989ee 100644 --- a/.github/workflows/build-lts.yml +++ b/.github/workflows/build-lts.yml @@ -31,8 +31,6 @@ jobs: image-name: bzImage-x64v2 - arch: GENERIC_CPU3 image-name: bzImage-x64v3 - - arch: GENERIC_CPU4 - image-name: bzImage-x64v4 - arch: MSKYLAKE image-name: bzImage-skylake @@ -140,7 +138,7 @@ jobs: Latest XanMod LTS kernel for WSL2, built with ${{ needs.build.outputs.clang_version }}. Provide builds on different archs with matrix build utility of GitHub Action. - * `bzImage-x64v{2,3,4}` for generic-x86_64-v{2,3,4} + * `bzImage-x64v{2,3}` for generic-x86_64-v{2,3} * `bzImage-skylake` for intel skylake To check supported x86_64 level on your machine, see [how to check supported x86_64 level of the hardware](https://unix.stackexchange.com/questions/631217/how-do-i-check-if-my-cpu-supports-x86-64-v2?msclkid=42ca61e9aa7111ecbcab7bb1a4204357). diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9006959..88e695c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,8 +31,6 @@ jobs: image-name: bzImage-x64v2 - arch: GENERIC_CPU3 image-name: bzImage-x64v3 - - arch: GENERIC_CPU4 - image-name: bzImage-x64v4 - arch: MSKYLAKE image-name: bzImage-skylake @@ -151,10 +149,10 @@ jobs: draft: ${{ github.event_name == 'pull_request' }} target_commitish: ${{ steps.fetch_commit_sha.outputs.sha }} body: | - Latest XanMod kernel for WSL2, built with ${{ needs.build.outputs.clang_version }}. + Latest XanMod MAIN kernel for WSL2, built with ${{ needs.build.outputs.clang_version }}. Provide builds on different archs with matrix build utility of GitHub Action. - * `bzImage-x64v{2,3,4}` for generic-x86_64-v{2,3,4} + * `bzImage-x64v{2,3}` for generic-x86_64-v{2,3} * `bzImage-skylake` for intel skylake To check supported x86_64 level on your machine, see [how to check supported x86_64 level of the hardware](https://unix.stackexchange.com/questions/631217/how-do-i-check-if-my-cpu-supports-x86-64-v2?msclkid=42ca61e9aa7111ecbcab7bb1a4204357). diff --git a/README.md b/README.md index 8b1355b..441cfcf 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ![](https://img.shields.io/github/license/Locietta/xanmod-kernel-WSL2) ![version](https://badgen.net/github/release/Locietta/xanmod-kernel-WSL2) -Unoffical [XanMod](https://github.com/xanmod/linux) port with [dxgkrnl](https://github.com/microsoft/WSL2-Linux-Kernel/tree/linux-msft-wsl-5.15.62.1/drivers/hv/dxgkrnl) patched for **WSL2**, compiled by [clang](https://clang.llvm.org/) with ThinLTO enabled. +Unoffical [XanMod](https://gitlab.com/xanmod/linux) port with [dxgkrnl](https://github.com/microsoft/WSL2-Linux-Kernel/tree/linux-msft-wsl-6.6.y/drivers/hv/dxgkrnl) patched for **WSL2**, compiled by [clang](https://clang.llvm.org/) with ThinLTO enabled. This repo holds an automated **GitHub Action** workflow to build and release WSL kernel images. It checks if newer upstream version is available everyday, and trigger the build&release process accordingly.