mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Add Raspberry Pi 5 specific container image (#105488)
This commit is contained in:
parent
6720580a9e
commit
8bfb6b5745
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.09.0
|
uses: home-assistant/builder@2023.12.0
|
||||||
with:
|
with:
|
||||||
args: |
|
args: |
|
||||||
$BUILD_ARGS \
|
$BUILD_ARGS \
|
||||||
@ -247,6 +247,7 @@ jobs:
|
|||||||
- raspberrypi3-64
|
- raspberrypi3-64
|
||||||
- raspberrypi4
|
- raspberrypi4
|
||||||
- raspberrypi4-64
|
- raspberrypi4-64
|
||||||
|
- raspberrypi5-64
|
||||||
- tinker
|
- tinker
|
||||||
- yellow
|
- yellow
|
||||||
- green
|
- green
|
||||||
@ -273,7 +274,7 @@ jobs:
|
|||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Build base image
|
- name: Build base image
|
||||||
uses: home-assistant/builder@2023.09.0
|
uses: home-assistant/builder@2023.12.0
|
||||||
with:
|
with:
|
||||||
args: |
|
args: |
|
||||||
$BUILD_ARGS \
|
$BUILD_ARGS \
|
||||||
|
8
machine/raspberrypi5-64
Normal file
8
machine/raspberrypi5-64
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
ARG \
|
||||||
|
BUILD_FROM
|
||||||
|
|
||||||
|
FROM $BUILD_FROM
|
||||||
|
|
||||||
|
RUN apk --no-cache add \
|
||||||
|
raspberrypi-userland \
|
||||||
|
raspberrypi-userland-libs
|
Loading…
x
Reference in New Issue
Block a user