Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

完成imin swan1的适配,同时增加Homeassistant Supervisor的build项 #2407

Merged
merged 40 commits into from
Jul 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
eddd924
Add new board swan1-w28
dy008 May 27, 2024
455506c
Add files via upload
dy008 May 27, 2024
3b2743e
Add files via upload
dy008 May 27, 2024
5b893d7
Update build-armbian.yml
dy008 May 27, 2024
993f866
Update rebuild
dy008 May 27, 2024
a890571
Update build-armbian.yml
dy008 May 27, 2024
ae5f62d
Add files via upload
dy008 May 28, 2024
3572483
Update compile-kernel.yml
dy008 May 28, 2024
664f1b2
Add files via upload
dy008 May 28, 2024
aea4b4c
Add files via upload
dy008 May 28, 2024
238ac80
Update rebuild-armbian.yml
dy008 May 28, 2024
f6d90dc
Merge branch 'ophub:main' into main
dy008 Jun 1, 2024
a43e3a5
Update model_database.conf
dy008 Jun 1, 2024
db41d7a
Merge branch 'ophub:main' into main
dy008 Jun 2, 2024
99a6c7f
Merge branch 'ophub:main' into main
dy008 Jun 2, 2024
9a9d975
Delete build-armbian/armbian-files/platform-files/rockchip/bootfs/dtb…
dy008 Jun 2, 2024
d38347b
Merge branch 'ophub:main' into main
dy008 Jun 3, 2024
64fd7e5
Merge branch 'ophub:main' into main
dy008 Jun 4, 2024
dc39b25
change HYM8563 to rtc0
dy008 Jun 5, 2024
792364b
Update HM8563 to device and disable rk808
dy008 Jun 5, 2024
1eecae0
Update build-armbian.yml
dy008 Jun 5, 2024
169d54a
Merge branch 'ophub:main' into main
dy008 Jun 9, 2024
3c234cc
Add build homeassistant
dy008 Jun 9, 2024
1fb1950
Update build-homeassistant.yml
dy008 Jun 9, 2024
0c2e466
Update build-homeassistant.yml
dy008 Jun 9, 2024
cb93a07
Merge branch 'ophub:main' into main
dy008 Jun 9, 2024
f4dac0d
Update build-homeassistant.yml
dy008 Jun 9, 2024
658ab86
Update build-homeassistant.yml
dy008 Jun 10, 2024
cacd872
Merge branch 'ophub:main' into main
dy008 Jun 15, 2024
209638a
Merge branch 'ophub:main' into main
dy008 Jun 17, 2024
0bef8d4
Update compile-kernel.yml
dy008 Jun 18, 2024
cf08339
Merge branch 'ophub:main' into main
dy008 Jun 19, 2024
2cd1b78
Merge branch 'ophub:main' into main
dy008 Jun 20, 2024
d50cdbd
Update build-homeassistant.yml
dy008 Jun 21, 2024
0a6e0e5
Update build-homeassistant.yml
dy008 Jun 21, 2024
002f2b4
Update build-homeassistant.yml
dy008 Jun 21, 2024
a52fbfd
Merge branch 'ophub:main' into main
dy008 Jun 23, 2024
f1a9857
Merge branch 'ophub:main' into main
dy008 Jun 25, 2024
f3212f0
Merge branch 'ophub:main' into main
dy008 Jun 28, 2024
f6abd33
Merge branch 'ophub:main' into main
dy008 Jul 4, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions .github/workflows/build-armbian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ on:
type: choice
options:
- all
- swan1-w28
- s905w_s905x_s905mb_s905l3a_s905l3b_s905x2_s905x3_s912_s922x_s922x-ct2000_s922x-reva
- s905x3-x88-pro-x3_s912-m8s-pro_s905x-t95_s912-t95z-plus_s905l3-unt400g1_s905lb-r3300l
- seewo-sv21_smart-am40_station-m1_sw799_tn3399_zysj_tvi3315a_xiaobao_zcube1-max
Expand Down Expand Up @@ -181,10 +182,12 @@ on:
kernel_repo:
description: "Set the kernel repository."
required: false
default: "ophub/kernel"
default: "dy008/kernel"
type: choice
options:
- ophub/kernel
- dy008/kernel
- dy008/amlogic-s9xxx-armbian
kernel_usage:
description: "Set the tags of the stable kernel."
required: false
Expand Down Expand Up @@ -219,7 +222,7 @@ on:
options:
- ophub
- angel
- yourname
- dy008

env:
TZ: America/New_York
Expand Down Expand Up @@ -282,7 +285,7 @@ jobs:
df -hT ${PWD}
git clone -q --single-branch --depth=1 --branch=main https://github.com/armbian/build.git build
ln -sf /builder/build ${GITHUB_WORKSPACE}/build
ln -sf /builder/build /home/runner/work/_actions/ophub/amlogic-s9xxx-armbian/main/build
ln -sf /builder/build /home/runner/work/_actions/dy008/amlogic-s9xxx-armbian/main/build
echo "status=success" >> ${GITHUB_OUTPUT}

- name: Compile Armbian [ ${{ inputs.set_release }} ]
Expand Down Expand Up @@ -320,7 +323,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Rebuild Armbian
uses: ophub/amlogic-s9xxx-armbian@main
uses: dy008/amlogic-s9xxx-armbian@main
if: ${{ steps.clean.outputs.status }} == 'success' && !cancelled()
with:
build_target: armbian
Expand Down
Loading