Skip to content

Commit 95eeb8e

Browse files
authored
Update Builder & Wheels + support yellow (home-assistant#73896)
1 parent 0787ee1 commit 95eeb8e

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

.github/workflows/builder.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
password: ${{ secrets.GITHUB_TOKEN }}
136136

137137
- name: Build base image
138-
uses: home-assistant/[email protected].1
138+
uses: home-assistant/[email protected].2
139139
with:
140140
args: |
141141
$BUILD_ARGS \
@@ -171,6 +171,7 @@ jobs:
171171
- raspberrypi4
172172
- raspberrypi4-64
173173
- tinker
174+
- yellow
174175
steps:
175176
- name: Checkout the repository
176177
uses: actions/[email protected]
@@ -200,7 +201,7 @@ jobs:
200201
password: ${{ secrets.GITHUB_TOKEN }}
201202

202203
- name: Build base image
203-
uses: home-assistant/[email protected].1
204+
uses: home-assistant/[email protected].2
204205
with:
205206
args: |
206207
$BUILD_ARGS \

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
name: requirements_diff
8989

9090
- name: Build wheels
91-
uses: home-assistant/[email protected].6
91+
uses: home-assistant/[email protected].7
9292
with:
9393
abi: cp310
9494
tag: musllinux_1_2
@@ -147,7 +147,7 @@ jobs:
147147
fi
148148
149149
- name: Build wheels
150-
uses: home-assistant/[email protected].6
150+
uses: home-assistant/[email protected].7
151151
with:
152152
abi: cp310
153153
tag: musllinux_1_2

machine/yellow

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
ARG BUILD_VERSION
2+
FROM homeassistant/aarch64-homeassistant:$BUILD_VERSION
3+
4+
RUN apk --no-cache add \
5+
raspberrypi \
6+
raspberrypi-libs \
7+
usbutils
8+
9+
##
10+
# Set symlinks for raspberry pi binaries.
11+
RUN ln -sv /opt/vc/bin/raspistill /usr/local/bin/raspistill \
12+
&& ln -sv /opt/vc/bin/raspivid /usr/local/bin/raspivid \
13+
&& ln -sv /opt/vc/bin/raspividyuv /usr/local/bin/raspividyuv \
14+
&& ln -sv /opt/vc/bin/raspiyuv /usr/local/bin/raspiyuv

0 commit comments

Comments
 (0)