Skip to content

Merge tag 'v6.1.137' of https://git.kernel.org/pub/scm/linux/kernel/g… #16

Merge tag 'v6.1.137' of https://git.kernel.org/pub/scm/linux/kernel/g…

Merge tag 'v6.1.137' of https://git.kernel.org/pub/scm/linux/kernel/g… #16

Workflow file for this run

name: WSL2 Kernel
on:
push:
branches:
- linux-msft-wsl-6.1.y
workflow_dispatch:
jobs:
WSL2_Kernel_Build:
name: Build kernel
runs-on: self-hosted
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Build Kernel
run: |
./build.sh
echo "RELEASE_NAME=WSL2-Linux-v6.1.$(grep "^SUBLEVEL =" Makefile | awk '{print $3}')-$(date +"%Y%m%d")" >> $GITHUB_ENV
- name: Creating release
run: |
gh release create $RELEASE_NAME --title "$RELEASE_NAME" --notes "" out/${RELEASE_NAME}.zip