File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 214214 - flippy
215215 - dev
216216 - beta
217+ - rk3588
217218 armbian_fstype :
218219 description : " Set armbian rootfs type."
219220 required : false
238239 options :
239240 - ophub
240241 - angel
241- - yourname
242+ - dy008
242243
243244env :
244245 TZ : America/New_York
@@ -325,14 +326,14 @@ jobs:
325326
326327 mkdir -p /builder/build
327328 ln -sf /builder/build ${GITHUB_WORKSPACE}/build
328- ln -sf /builder/build /home/runner/work/_actions/ophub /amlogic-s9xxx-armbian/main/build
329+ ln -sf /builder/build /home/runner/work/_actions/dy008 /amlogic-s9xxx-armbian/main/build
329330
330331 sudo timedatectl set-timezone "${TZ}"
331332 echo "build_tag=Armbian${set_release}_${{ inputs.armbian_storage }}_$(date +"%Y.%m")" >> ${GITHUB_OUTPUT}
332333 echo "status=success" >> ${GITHUB_OUTPUT}
333334
334335 - name : Rebuild Armbian
335- uses : ophub /amlogic-s9xxx-armbian@main
336+ uses : dy008 /amlogic-s9xxx-armbian@main
336337 if : ${{ env.ARMBIAN_URL }} != '' && !cancelled()
337338 with :
338339 build_target : armbian
You can’t perform that action at this time.
0 commit comments