Skip to content

Commit b84b3ae

Browse files
committed
Update kernel to v6.8.0
1 parent 414f479 commit b84b3ae

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
version: [6.4, 6.6, 6.7]
23+
version: [6.7, 6.8]
2424
# Steps represent a sequence of tasks that will be executed as part of the job
2525
steps:
2626
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
@@ -30,7 +30,7 @@ jobs:
3030
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
3131

3232
- name: Build kernel
33-
run: sudo sh nabu-Kernel_build.sh ${{ matrix.version }}
33+
run: sudo sh nabu-kernel_build.sh ${{ matrix.version }}
3434

3535
- name: Upload deb packages
3636
uses: actions/upload-artifact@v4.0.0
@@ -46,7 +46,7 @@ jobs:
4646
strategy:
4747
matrix:
4848
desktop: [ubuntu-desktop, lomiri]
49-
kernel: [6.4, 6.6, 6.7]
49+
kernel: [6.7, 6.8]
5050
# Steps represent a sequence of tasks that will be executed as part of the job
5151
steps:
5252
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it

linux-xiaomi-nabu/DEBIAN/control

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: linux-xiaomi-nabu
2-
Version: 6.7.0-sm8150
2+
Version: 6.8.0-sm8150
33
Architecture: arm64
44
Maintainer: map220v <map220v300@gmail.com>
55
Section: kernel
File renamed without changes.

0 commit comments

Comments
 (0)