Skip to content

Commit 7520be6

Browse files
committed
chore(kernel): update to linux-msft-wsl-6.6.75.1
1 parent 9749378 commit 7520be6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 'build'
22

33
on:
44
push:
5-
branches:
5+
branches:
66
- master
77
- feature/*
88
- hotfix/*
@@ -24,7 +24,7 @@ jobs:
2424
sudo bash build-kernel
2525
cp linux-msft-wsl-*/vmlinux .
2626
- name: Upload Kernel
27-
uses: actions/upload-artifact@v3
27+
uses: actions/upload-artifact@v4
2828
with:
2929
name: vmlinux
3030
path: vmlinux

build-kernel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ build_pkgs_fn()
261261
# install required apt packages
262262
build_pkgs_fn
263263

264-
VERSION=6.6.36.6
264+
VERSION=6.6.75.1
265265

266266
if build 'wsl2-linux-kernel' "linux-msft-wsl-${VERSION}"; then
267267
download "https://api.github.com/repos/microsoft/WSL2-Linux-Kernel/tarball/linux-msft-wsl-${VERSION}" "linux-msft-wsl-${VERSION}.tar.gz"

0 commit comments

Comments
 (0)