Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8bfb6b5

Browse files
agnersfrenck
authored andcommitted
Add Raspberry Pi 5 specific container image (home-assistant#105488)
1 parent 6720580 commit 8bfb6b5

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

‎.github/workflows/builder.yml‎

Lines changed: 3 additions & 2 deletions
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‎

Lines changed: 8 additions & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /