Skip to content

Commit

Permalink
Update build-homeassistant.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dy008 authored Nov 21, 2024
1 parent 0418dd7 commit 6b56dfe
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-homeassistant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,10 @@ on:
kernel_repo:
description: "Set the kernel repository."
required: false
default: "ophub/kernel"
default: "dy008/kernel"
type: choice
options:
- dy008/kernel
- ophub/kernel
kernel_usage:
description: "Set the tags of the stable kernel."
Expand Down Expand Up @@ -293,7 +294,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
# 下载扩展的安装homeasssistant脚本
wget -P ./build/extensions https://raw.githubusercontent.com/armbian/os/main/userpatches/extensions/docker-ce.sh
wget -P ./build/extensions https://raw.githubusercontent.com/armbian/os/main/userpatches/extensions/ha.sh
Expand Down Expand Up @@ -336,7 +337,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

0 comments on commit 6b56dfe

Please sign in to comment.