Skip to content

Commit d6da766

Browse files
authored
for dy008 tet
1 parent b163d10 commit d6da766

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/use-releases-file-to-build.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ on:
205205
type: choice
206206
options:
207207
- ophub/kernel
208+
- dy008/kernel
208209
kernel_usage:
209210
description: "Set the tags of the stable kernel."
210211
required: false
@@ -215,6 +216,7 @@ on:
215216
- flippy
216217
- dev
217218
- beta
219+
- rk3588
218220
armbian_fstype:
219221
description: "Select armbian rootfs type."
220222
required: false
@@ -239,6 +241,7 @@ on:
239241
options:
240242
- ophub
241243
- angel
244+
- dy008
242245

243246
env:
244247
TZ: America/New_York
@@ -300,7 +303,7 @@ jobs:
300303
armbian_buildpath="build/output/images"
301304
[[ -d "${armbian_buildpath}" ]] || mkdir -p "${armbian_buildpath}"
302305
ln -sf /builder/build ${GITHUB_WORKSPACE}/build
303-
ln -sf /builder/build /home/runner/work/_actions/ophub/amlogic-s9xxx-armbian/main/build
306+
ln -sf /builder/build /home/runner/work/_actions/dy008/amlogic-s9xxx-armbian/main/build
304307
305308
latest_version=$(curl -s \
306309
-H "Accept: application/vnd.github+json" \
@@ -328,7 +331,7 @@ jobs:
328331
echo "status=success" >> ${GITHUB_OUTPUT}
329332
330333
- name: Rebuild Armbian [ ${{ inputs.set_release }} ]
331-
uses: ophub/amlogic-s9xxx-armbian@main
334+
uses: dy008/amlogic-s9xxx-armbian@main
332335
if: ${{ steps.down.outputs.status }} == 'success' && !cancelled()
333336
with:
334337
build_target: armbian

0 commit comments

Comments
 (0)