File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ jobs:
197
197
password : ${{ secrets.GITHUB_TOKEN }}
198
198
199
199
- name : Build base image
200
- uses : home-assistant/builder@2023.09 .0
200
+ uses : home-assistant/builder@2023.12 .0
201
201
with :
202
202
args : |
203
203
$BUILD_ARGS \
@@ -247,6 +247,7 @@ jobs:
247
247
- raspberrypi3-64
248
248
- raspberrypi4
249
249
- raspberrypi4-64
250
+ - raspberrypi5-64
250
251
- tinker
251
252
- yellow
252
253
- green
@@ -273,7 +274,7 @@ jobs:
273
274
password : ${{ secrets.GITHUB_TOKEN }}
274
275
275
276
- name : Build base image
276
- uses : home-assistant/builder@2023.09 .0
277
+ uses : home-assistant/builder@2023.12 .0
277
278
with :
278
279
args : |
279
280
$BUILD_ARGS \
Original file line number Diff line number Diff line change
1
+ ARG \
2
+ BUILD_FROM
3
+
4
+ FROM $BUILD_FROM
5
+
6
+ RUN apk --no-cache add \
7
+ raspberrypi-userland \
8
+ raspberrypi-userland-libs
You can’t perform that action at this time.
0 commit comments