Skip to content

Commit aa012f4

Browse files
authored
Update compile-release-rk35xx-kernel.yml
1 parent ef96dce commit aa012f4

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/compile-release-rk35xx-kernel.yml

+9-8
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,17 @@ on:
1313
kernel_source:
1414
description: "Select the kernel source"
1515
required: false
16-
default: "unifreq/linux-5.10.y-rk35xx"
16+
default: "dy008/linux-[email protected]"
1717
type: choice
1818
options:
1919
- unifreq/linux-5.10.y-rk35xx
2020
- codesnas/linux-5.10.y-rk35xx
2121
22+
2223
kernel_version:
2324
description: "Select kernel version"
2425
required: false
25-
default: "5.10.y"
26+
default: "6.1.y"
2627
type: choice
2728
options:
2829
- 5.10.y
@@ -65,7 +66,7 @@ on:
6566
kernel_sign:
6667
description: "Set the kernel custom signature"
6768
required: false
68-
default: "-rk35xx-ophub"
69+
default: "-rk35xx-dy008"
6970
type: choice
7071
options:
7172
- -rk35xx-ophub
@@ -78,7 +79,7 @@ on:
7879
- -summer-growing
7980
- -autumn-harvesting
8081
- -winter-storing
81-
- -yourname
82+
- -rk35xx-dy008
8283
kernel_config:
8384
description: "Set the path of kernel .config"
8485
required: false
@@ -147,12 +148,12 @@ jobs:
147148
run: |
148149
df -hT ${PWD}
149150
mkdir -p /builder/{kernel,output}
150-
ln -sf /builder/kernel /home/runner/work/_actions/ophub/amlogic-s9xxx-armbian/main/compile-kernel/kernel
151-
ln -sf /builder/output /home/runner/work/_actions/ophub/amlogic-s9xxx-armbian/main/compile-kernel/output
151+
ln -sf /builder/kernel /home/runner/work/_actions/dy008/amlogic-s9xxx-armbian/main/compile-kernel/kernel
152+
ln -sf /builder/output /home/runner/work/_actions/dy008/amlogic-s9xxx-armbian/main/compile-kernel/output
152153
echo "status=success" >> ${GITHUB_OUTPUT}
153154
154155
- name: Compile the kernel [ ${{ inputs.kernel_version }} ]
155-
uses: ophub/amlogic-s9xxx-armbian@main
156+
uses: dy008/amlogic-s9xxx-armbian@main
156157
if: ${{ steps.mapped.outputs.status }} == 'success' && !cancelled()
157158
with:
158159
build_target: kernel
@@ -175,7 +176,7 @@ jobs:
175176
token: ${{ secrets.GITHUB_TOKEN }}
176177
body: |
177178
- The kernel can be used to compile Armbian and OpenWrt.
178-
- The kernel source code comes from: unifreq/linux-5.10.y-rk35xx
179+
- The kernel source code comes from: dy008/linux-[email protected]
179180
- The kernel compilation toolchain: gcc
180181
- This is a dedicated kernel for `Rockchip rk3528/rk3566/rk3568` and is not compatible with other series.
181182
- 这是 `Rockchip rk3528/rk3566/rk3568` 专用内核,和其他系列不通用。

0 commit comments

Comments
 (0)