Skip to content

Commit 7f762f6

Browse files
authored
Merge pull request #2407 from dy008/main
完成imin swan1的适配,同时增加Homeassistant Supervisor的build项
2 parents bb1e50b + 23e983d commit 7f762f6

File tree

12 files changed

+514
-23
lines changed

12 files changed

+514
-23
lines changed

.github/workflows/build-armbian.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ on:
2626
type: choice
2727
options:
2828
- all
29+
- swan1-w28
2930
- s905w_s905x_s905mb_s905l3a_s905l3b_s905x2_s905x3_s912_s922x_s922x-ct2000_s922x-reva
3031
- s905x3-x88-pro-x3_s912-m8s-pro_s905x-t95_s912-t95z-plus_s905l3-unt400g1_s905lb-r3300l
3132
- seewo-sv21_smart-am40_station-m1_sw799_tn3399_zysj_tvi3315a_xiaobao_zcube1-max
@@ -181,10 +182,12 @@ on:
181182
kernel_repo:
182183
description: "Set the kernel repository."
183184
required: false
184-
default: "ophub/kernel"
185+
default: "dy008/kernel"
185186
type: choice
186187
options:
187188
- ophub/kernel
189+
- dy008/kernel
190+
- dy008/amlogic-s9xxx-armbian
188191
kernel_usage:
189192
description: "Set the tags of the stable kernel."
190193
required: false
@@ -219,7 +222,7 @@ on:
219222
options:
220223
- ophub
221224
- angel
222-
- yourname
225+
- dy008
223226

224227
env:
225228
TZ: America/New_York
@@ -282,7 +285,7 @@ jobs:
282285
df -hT ${PWD}
283286
git clone -q --single-branch --depth=1 --branch=main https://github.com/armbian/build.git build
284287
ln -sf /builder/build ${GITHUB_WORKSPACE}/build
285-
ln -sf /builder/build /home/runner/work/_actions/ophub/amlogic-s9xxx-armbian/main/build
288+
ln -sf /builder/build /home/runner/work/_actions/dy008/amlogic-s9xxx-armbian/main/build
286289
echo "status=success" >> ${GITHUB_OUTPUT}
287290
288291
- name: Compile Armbian [ ${{ inputs.set_release }} ]
@@ -320,7 +323,7 @@ jobs:
320323
token: ${{ secrets.GITHUB_TOKEN }}
321324

322325
- name: Rebuild Armbian
323-
uses: ophub/amlogic-s9xxx-armbian@main
326+
uses: dy008/amlogic-s9xxx-armbian@main
324327
if: ${{ steps.clean.outputs.status }} == 'success' && !cancelled()
325328
with:
326329
build_target: armbian

0 commit comments

Comments
 (0)