Skip to content
Snippets Groups Projects
Unverified Commit bba57f39 authored by Stefan Agner's avatar Stefan Agner Committed by GitHub
Browse files

Add Home Assistant Green (#98171)

parent 868a5f37
No related branches found
No related tags found
No related merge requests found
......@@ -197,7 +197,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build base image
uses: home-assistant/builder@2023.06.1
uses: home-assistant/builder@2023.08.0
with:
args: |
$BUILD_ARGS \
......@@ -251,6 +251,7 @@ jobs:
- raspberrypi4-64
- tinker
- yellow
- green
steps:
- name: Checkout the repository
uses: actions/checkout@v3.5.3
......@@ -274,7 +275,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build base image
uses: home-assistant/builder@2023.06.1
uses: home-assistant/builder@2023.08.0
with:
args: |
$BUILD_ARGS \
......
......@@ -75,6 +75,7 @@ BOARD_MAP: Final[dict[str, str]] = {
"Generic AArch64": "generic-aarch64",
"Generic x86-64": "generic-x86-64",
"Home Assistant Yellow": "yellow",
"Home Assistant Green": "green",
"Khadas VIM3": "khadas-vim3",
}
......
ARG \
BUILD_FROM
FROM $BUILD_FROM
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment