Skip to content

Commit c451d5a

Browse files
authored
mod for dy008 t build tes
1 parent 7143cf2 commit c451d5a

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/build-armbian-server-image.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
set_release:
1313
description: "Select OS Release."
1414
required: false
15-
default: "jammy"
15+
default: "bookworm"
1616
type: choice
1717
options:
1818
- jammy
@@ -22,7 +22,7 @@ on:
2222
armbian_board:
2323
description: "Select device board."
2424
required: false
25-
default: "all"
25+
default: "smart-am60"
2626
type: choice
2727
options:
2828
- all
@@ -184,7 +184,7 @@ on:
184184
armbian_kernel:
185185
description: "Select kernel version."
186186
required: false
187-
default: "5.15.y_6.1.y"
187+
default: "6.1.y"
188188
type: choice
189189
options:
190190
- 5.4.y
@@ -213,13 +213,14 @@ on:
213213
kernel_usage:
214214
description: "Set the tags of the stable kernel."
215215
required: false
216-
default: "stable"
216+
default: "rk3588"
217217
type: choice
218218
options:
219219
- stable
220220
- flippy
221221
- dev
222222
- beta
223+
- rk3588
223224
armbian_fstype:
224225
description: "Select armbian rootfs type."
225226
required: false
@@ -239,11 +240,11 @@ on:
239240
builder_name:
240241
description: "Set Armbian builder signature."
241242
required: false
242-
default: "ophub"
243+
default: "dy008"
243244
type: choice
244245
options:
245246
- ophub
246-
- angel
247+
- dy008
247248

248249
env:
249250
TZ: America/New_York
@@ -306,7 +307,7 @@ jobs:
306307
df -hT ${PWD}
307308
git clone -q --single-branch --depth=1 --branch=main https://github.com/armbian/build.git build
308309
ln -sf /builder/build ${GITHUB_WORKSPACE}/build
309-
ln -sf /builder/build /home/runner/work/_actions/ophub/amlogic-s9xxx-armbian/main/build
310+
ln -sf /builder/build /home/runner/work/_actions/dy008/amlogic-s9xxx-armbian/main/build
310311
echo "status=success" >> ${GITHUB_OUTPUT}
311312
312313
- name: Compile Armbian [ ${{ inputs.set_release }} ]
@@ -344,7 +345,7 @@ jobs:
344345
token: ${{ secrets.GITHUB_TOKEN }}
345346

346347
- name: Rebuild Armbian
347-
uses: ophub/amlogic-s9xxx-armbian@main
348+
uses: dy008/amlogic-s9xxx-armbian@main
348349
if: ${{ steps.clean.outputs.status }} == 'success' && !cancelled()
349350
with:
350351
build_target: armbian

0 commit comments

Comments
 (0)