Skip to content

Commit cbc5b7b

Browse files
authored
Add dy008 option to kernel compilation workflow
1 parent e10e375 commit cbc5b7b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/compile-mainline-stable-kernel.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818
options:
1919
- unifreq
2020
- ophub
21+
- dy008
2122
kernel_version:
2223
description: "Select kernel version"
2324
required: false
@@ -88,7 +89,7 @@ on:
8889
- -summer-growing
8990
- -autumn-harvesting
9091
- -winter-storing
91-
- -yourname
92+
- -dy008
9293
kernel_config:
9394
description: "Set the path of kernel .config"
9495
required: false
@@ -174,8 +175,8 @@ jobs:
174175
run: |
175176
# Create a docker mapping directory
176177
mkdir -p /builder/{compile-kernel/{kernel,output},ccache}
177-
ln -sf /builder/compile-kernel/kernel /home/runner/work/_actions/ophub/amlogic-s9xxx-armbian/main/compile-kernel/kernel
178-
ln -sf /builder/compile-kernel/output /home/runner/work/_actions/ophub/amlogic-s9xxx-armbian/main/compile-kernel/output
178+
ln -sf /builder/compile-kernel/kernel /home/runner/work/_actions/dy008/amlogic-s9xxx-armbian/main/compile-kernel/kernel
179+
ln -sf /builder/compile-kernel/output /home/runner/work/_actions/dy008/amlogic-s9xxx-armbian/main/compile-kernel/output
179180
180181
# Pull the Armbian Docker image
181182
docker run -d --privileged \
@@ -215,7 +216,7 @@ jobs:
215216
kernel-mainline-${{ inputs.kernel_toolchain }}-${{ inputs.kernel_version }}-
216217
217218
- name: Compile the kernel [ ${{ inputs.kernel_version }} ]
218-
uses: ophub/amlogic-s9xxx-armbian@main
219+
uses: dy008/amlogic-s9xxx-armbian@main
219220
if: ${{ steps.pull.outputs.status }} == 'success' && !cancelled()
220221
with:
221222
build_target: kernel

0 commit comments

Comments
 (0)