File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
runs-on : ubuntu-latest
21
21
strategy :
22
22
matrix :
23
- version : [6.4 , 6.6, 6.7 ]
23
+ version : [6.7 , 6.8 ]
24
24
# Steps represent a sequence of tasks that will be executed as part of the job
25
25
steps :
26
26
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
30
30
run : sudo apt update && sudo apt install build-essential gcc-aarch64-linux-gnu bc flex bison 7zip kmod bash cpio binutils tar git wget dpkg libssl-dev
31
31
32
32
- name : Build kernel
33
- run : sudo sh nabu-Kernel_build .sh ${{ matrix.version }}
33
+ run : sudo sh nabu-kernel_build .sh ${{ matrix.version }}
34
34
35
35
- name : Upload deb packages
36
36
uses : actions/upload-artifact@v4.0.0
46
46
strategy :
47
47
matrix :
48
48
desktop : [ubuntu-desktop, lomiri]
49
- kernel : [6.4 , 6.6, 6.7 ]
49
+ kernel : [6.7 , 6.8 ]
50
50
# Steps represent a sequence of tasks that will be executed as part of the job
51
51
steps :
52
52
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Original file line number Diff line number Diff line change 1
1
Package: linux-xiaomi-nabu
2
- Version: 6.7 .0-sm8150
2
+ Version: 6.8 .0-sm8150
3
3
Architecture: arm64
4
4
Maintainer: map220v <map220v300@gmail.com>
5
5
Section: kernel
File renamed without changes.
You can’t perform that action at this time.
0 commit comments