mirror of
https://github.com/home-assistant/core.git
synced 2025-04-19 14:57:52 +00:00
Update Builder & Wheels + support yellow (#73896)
This commit is contained in:
parent
0787ee1345
commit
95eeb8eff3
5
.github/workflows/builder.yml
vendored
5
.github/workflows/builder.yml
vendored
@ -135,7 +135,7 @@ jobs:
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Build base image
|
||||
uses: home-assistant/builder@2022.06.1
|
||||
uses: home-assistant/builder@2022.06.2
|
||||
with:
|
||||
args: |
|
||||
$BUILD_ARGS \
|
||||
@ -171,6 +171,7 @@ jobs:
|
||||
- raspberrypi4
|
||||
- raspberrypi4-64
|
||||
- tinker
|
||||
- yellow
|
||||
steps:
|
||||
- name: Checkout the repository
|
||||
uses: actions/checkout@v3.0.2
|
||||
@ -200,7 +201,7 @@ jobs:
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Build base image
|
||||
uses: home-assistant/builder@2022.06.1
|
||||
uses: home-assistant/builder@2022.06.2
|
||||
with:
|
||||
args: |
|
||||
$BUILD_ARGS \
|
||||
|
4
.github/workflows/wheels.yml
vendored
4
.github/workflows/wheels.yml
vendored
@ -88,7 +88,7 @@ jobs:
|
||||
name: requirements_diff
|
||||
|
||||
- name: Build wheels
|
||||
uses: home-assistant/wheels@2022.06.6
|
||||
uses: home-assistant/wheels@2022.06.7
|
||||
with:
|
||||
abi: cp310
|
||||
tag: musllinux_1_2
|
||||
@ -147,7 +147,7 @@ jobs:
|
||||
fi
|
||||
|
||||
- name: Build wheels
|
||||
uses: home-assistant/wheels@2022.06.6
|
||||
uses: home-assistant/wheels@2022.06.7
|
||||
with:
|
||||
abi: cp310
|
||||
tag: musllinux_1_2
|
||||
|
14
machine/yellow
Normal file
14
machine/yellow
Normal file
@ -0,0 +1,14 @@
|
||||
ARG BUILD_VERSION
|
||||
FROM homeassistant/aarch64-homeassistant:$BUILD_VERSION
|
||||
|
||||
RUN apk --no-cache add \
|
||||
raspberrypi \
|
||||
raspberrypi-libs \
|
||||
usbutils
|
||||
|
||||
##
|
||||
# Set symlinks for raspberry pi binaries.
|
||||
RUN ln -sv /opt/vc/bin/raspistill /usr/local/bin/raspistill \
|
||||
&& ln -sv /opt/vc/bin/raspivid /usr/local/bin/raspivid \
|
||||
&& ln -sv /opt/vc/bin/raspividyuv /usr/local/bin/raspividyuv \
|
||||
&& ln -sv /opt/vc/bin/raspiyuv /usr/local/bin/raspiyuv
|
Loading…
x
Reference in New Issue
Block a user