Skip to content

Commit 837ce99

Browse files
authored
Add Raspberry Pi 5 specific container image (home-assistant#105488)
1 parent d1ea041 commit 837ce99

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.github/workflows/builder.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
password: ${{ secrets.GITHUB_TOKEN }}
198198

199199
- name: Build base image
200-
uses: home-assistant/builder@2023.09.0
200+
uses: home-assistant/builder@2023.12.0
201201
with:
202202
args: |
203203
$BUILD_ARGS \
@@ -247,6 +247,7 @@ jobs:
247247
- raspberrypi3-64
248248
- raspberrypi4
249249
- raspberrypi4-64
250+
- raspberrypi5-64
250251
- tinker
251252
- yellow
252253
- green
@@ -273,7 +274,7 @@ jobs:
273274
password: ${{ secrets.GITHUB_TOKEN }}
274275

275276
- name: Build base image
276-
uses: home-assistant/builder@2023.09.0
277+
uses: home-assistant/builder@2023.12.0
277278
with:
278279
args: |
279280
$BUILD_ARGS \

machine/raspberrypi5-64

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
ARG \
2+
BUILD_FROM
3+
4+
FROM $BUILD_FROM
5+
6+
RUN apk --no-cache add \
7+
raspberrypi-userland \
8+
raspberrypi-userland-libs

0 commit comments

Comments
 (0)