Add Home Assistant Green (#98171)
This commit is contained in:
parent
868a5f377f
commit
bba57f39d5
3 changed files with 8 additions and 2 deletions
5
.github/workflows/builder.yml
vendored
5
.github/workflows/builder.yml
vendored
|
@ -197,7 +197,7 @@ jobs:
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Build base image
|
- name: Build base image
|
||||||
uses: home-assistant/builder@2023.06.1
|
uses: home-assistant/builder@2023.08.0
|
||||||
with:
|
with:
|
||||||
args: |
|
args: |
|
||||||
$BUILD_ARGS \
|
$BUILD_ARGS \
|
||||||
|
@ -251,6 +251,7 @@ jobs:
|
||||||
- raspberrypi4-64
|
- raspberrypi4-64
|
||||||
- tinker
|
- tinker
|
||||||
- yellow
|
- yellow
|
||||||
|
- green
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the repository
|
- name: Checkout the repository
|
||||||
uses: actions/checkout@v3.5.3
|
uses: actions/checkout@v3.5.3
|
||||||
|
@ -274,7 +275,7 @@ jobs:
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Build base image
|
- name: Build base image
|
||||||
uses: home-assistant/builder@2023.06.1
|
uses: home-assistant/builder@2023.08.0
|
||||||
with:
|
with:
|
||||||
args: |
|
args: |
|
||||||
$BUILD_ARGS \
|
$BUILD_ARGS \
|
||||||
|
|
|
@ -75,6 +75,7 @@ BOARD_MAP: Final[dict[str, str]] = {
|
||||||
"Generic AArch64": "generic-aarch64",
|
"Generic AArch64": "generic-aarch64",
|
||||||
"Generic x86-64": "generic-x86-64",
|
"Generic x86-64": "generic-x86-64",
|
||||||
"Home Assistant Yellow": "yellow",
|
"Home Assistant Yellow": "yellow",
|
||||||
|
"Home Assistant Green": "green",
|
||||||
"Khadas VIM3": "khadas-vim3",
|
"Khadas VIM3": "khadas-vim3",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
4
machine/green
Normal file
4
machine/green
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
ARG \
|
||||||
|
BUILD_FROM
|
||||||
|
|
||||||
|
FROM $BUILD_FROM
|
Loading…
Add table
Reference in a new issue