Skip to content

Commit 943cd07

Browse files
authored
for dy008
1 parent 0065365 commit 943cd07

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build-armbian.yml

Lines changed: 4 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
@@ -239,6 +240,7 @@ on:
239240
options:
240241
- ophub
241242
- angel
243+
- dy008
242244

243245
env:
244246
TZ: America/New_York
@@ -301,7 +303,7 @@ jobs:
301303
df -hT ${PWD}
302304
git clone -q --single-branch --depth=1 --branch=main https://github.com/armbian/build.git build
303305
ln -sf /builder/build ${GITHUB_WORKSPACE}/build
304-
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
305307
echo "status=success" >> ${GITHUB_OUTPUT}
306308
307309
- name: Compile Armbian [ ${{ inputs.set_release }} ]
@@ -339,7 +341,7 @@ jobs:
339341
token: ${{ secrets.GITHUB_TOKEN }}
340342

341343
- name: Rebuild Armbian
342-
uses: ophub/amlogic-s9xxx-armbian@main
344+
uses: dy008/amlogic-s9xxx-armbian@main
343345
if: ${{ steps.clean.outputs.status }} == 'success' && !cancelled()
344346
with:
345347
build_target: armbian

0 commit comments

Comments
 (0)