We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9749378 commit 7520be6Copy full SHA for 7520be6
2 files changed
.github/workflows/build.yml
@@ -2,7 +2,7 @@ name: 'build'
2
3
on:
4
push:
5
- branches:
+ branches:
6
- master
7
- feature/*
8
- hotfix/*
@@ -24,7 +24,7 @@ jobs:
24
sudo bash build-kernel
25
cp linux-msft-wsl-*/vmlinux .
26
- name: Upload Kernel
27
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
28
with:
29
name: vmlinux
30
path: vmlinux
build-kernel
@@ -261,7 +261,7 @@ build_pkgs_fn()
261
# install required apt packages
262
build_pkgs_fn
263
264
-VERSION=6.6.36.6
+VERSION=6.6.75.1
265
266
if build 'wsl2-linux-kernel' "linux-msft-wsl-${VERSION}"; then
267
download "https://api.github.com/repos/microsoft/WSL2-Linux-Kernel/tarball/linux-msft-wsl-${VERSION}" "linux-msft-wsl-${VERSION}.tar.gz"
0 commit comments