We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23ab748 commit 10df636Copy full SHA for 10df636
.github/workflows/build.yml
@@ -66,10 +66,6 @@ jobs:
66
export addon_path=${{ matrix.image-name }}-addon_install/lib/modules/$version-WSL2-EXP+/build
67
mkdir -p $addon_path
68
install -Dt "$addon_path" -m644 Makefile Module.symvers System.map vmlinux
69
- if [ ${{ matrix.arch }} == "x86" ]
70
- then
71
- install -Dt "$addon_path" -m644 tools/bpf/bpftool/vmlinux.h
72
- fi
73
install -Dt "$addon_path/kernel" -m644 kernel/Makefile
74
if [ ${{ matrix.arch }} == "x86" ]
75
then
0 commit comments