1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-20 02:18:37 +00:00

Add Raspberry Pi 5 to GitHub Action (#2985)

This commit is contained in:
Stefan Agner
2023-12-12 13:34:31 +01:00
committed by GitHub
parent 8e1016dcaf
commit 5b3447ae38
2 changed files with 7 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ body:
- rpi3-64 (Raspberry Pi 3 64-bit OS) - rpi3-64 (Raspberry Pi 3 64-bit OS)
- rpi4 (Raspberry Pi 4/400 32-bit OS) - rpi4 (Raspberry Pi 4/400 32-bit OS)
- rpi4-64 (Raspberry Pi 4/400 64-bit OS) - rpi4-64 (Raspberry Pi 4/400 64-bit OS)
- rpi5-64 (Raspberry Pi 5 64-bit OS)
- tinker (ASUS Tinker Board/Tinker Board S) - tinker (ASUS Tinker Board/Tinker Board S)
- yellow (Home Assistant Yellow) - yellow (Home Assistant Yellow)
- green (Home Assistant Green) - green (Home Assistant Green)

View File

@@ -83,6 +83,12 @@
"architecture": "aarch64", "architecture": "aarch64",
"label": "board/raspberrypi" "label": "board/raspberrypi"
}, },
{
"id": "rpi5-64",
"defconfig": "rpi5_64",
"architecture": "aarch64",
"label": "board/raspberrypi"
},
{ {
"id": "yellow", "id": "yellow",
"defconfig": "yellow", "defconfig": "yellow",