Skip to content

Commit

Permalink
Add Raspberry Pi 5 specific container image (home-assistant#105488)
Browse files Browse the repository at this point in the history
  • Loading branch information
agners authored Dec 11, 2023
1 parent d1ea041 commit 837ce99
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build base image
uses: home-assistant/builder@2023.09.0
uses: home-assistant/builder@2023.12.0
with:
args: |
$BUILD_ARGS \
Expand Down Expand Up @@ -247,6 +247,7 @@ jobs:
- raspberrypi3-64
- raspberrypi4
- raspberrypi4-64
- raspberrypi5-64
- tinker
- yellow
- green
Expand All @@ -273,7 +274,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build base image
uses: home-assistant/builder@2023.09.0
uses: home-assistant/builder@2023.12.0
with:
args: |
$BUILD_ARGS \
Expand Down
8 changes: 8 additions & 0 deletions machine/raspberrypi5-64
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
ARG \
BUILD_FROM

FROM $BUILD_FROM

RUN apk --no-cache add \
raspberrypi-userland \
raspberrypi-userland-libs

0 comments on commit 837ce99

Please sign in to comment.