File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 12
12
set_release :
13
13
description : " Select OS Release."
14
14
required : false
15
- default : " jammy "
15
+ default : " bookworm "
16
16
type : choice
17
17
options :
18
18
- jammy
22
22
armbian_board :
23
23
description : " Select device board."
24
24
required : false
25
- default : " all "
25
+ default : " smart-am60 "
26
26
type : choice
27
27
options :
28
28
- all
184
184
armbian_kernel :
185
185
description : " Select kernel version."
186
186
required : false
187
- default : " 5.15.y_6 .1.y"
187
+ default : " 6 .1.y"
188
188
type : choice
189
189
options :
190
190
- 5.4.y
@@ -213,13 +213,14 @@ on:
213
213
kernel_usage :
214
214
description : " Set the tags of the stable kernel."
215
215
required : false
216
- default : " stable "
216
+ default : " rk3588 "
217
217
type : choice
218
218
options :
219
219
- stable
220
220
- flippy
221
221
- dev
222
222
- beta
223
+ - rk3588
223
224
armbian_fstype :
224
225
description : " Select armbian rootfs type."
225
226
required : false
@@ -239,11 +240,11 @@ on:
239
240
builder_name :
240
241
description : " Set Armbian builder signature."
241
242
required : false
242
- default : " ophub "
243
+ default : " dy008 "
243
244
type : choice
244
245
options :
245
246
- ophub
246
- - angel
247
+ - dy008
247
248
248
249
env :
249
250
TZ : America/New_York
@@ -306,7 +307,7 @@ jobs:
306
307
df -hT ${PWD}
307
308
git clone -q --single-branch --depth=1 --branch=main https://github.com/armbian/build.git build
308
309
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
310
311
echo "status=success" >> ${GITHUB_OUTPUT}
311
312
312
313
- name : Compile Armbian [ ${{ inputs.set_release }} ]
@@ -344,7 +345,7 @@ jobs:
344
345
token : ${{ secrets.GITHUB_TOKEN }}
345
346
346
347
- name : Rebuild Armbian
347
- uses : ophub /amlogic-s9xxx-armbian@main
348
+ uses : dy008 /amlogic-s9xxx-armbian@main
348
349
if : ${{ steps.clean.outputs.status }} == 'success' && !cancelled()
349
350
with :
350
351
build_target : armbian
You can’t perform that action at this time.
0 commit comments