File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 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
215216 - flippy
216217 - dev
217218 - beta
219+ - rk3588
218220 armbian_fstype :
219221 description : " Select armbian rootfs type."
220222 required : false
239241 options :
240242 - ophub
241243 - angel
244+ - dy008
242245
243246env :
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
You can’t perform that action at this time.
0 commit comments