Add Raspberry Pi 5 specific container image (#105488)
This commit is contained in:
parent
d1ea04152a
commit
837ce99e30
2 changed files with 11 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.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…
Add table
Reference in a new issue