Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mirrored_repos
HomeAssistant
Core
Commits
95eeb8ef
Unverified
Commit
95eeb8ef
authored
2 years ago
by
Pascal Vizeli
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update Builder & Wheels + support yellow (#73896)
parent
0787ee13
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.github/workflows/builder.yml
+3
-2
3 additions, 2 deletions
.github/workflows/builder.yml
.github/workflows/wheels.yml
+2
-2
2 additions, 2 deletions
.github/workflows/wheels.yml
machine/yellow
+14
-0
14 additions, 0 deletions
machine/yellow
with
19 additions
and
4 deletions
.github/workflows/builder.yml
+
3
−
2
View file @
95eeb8ef
...
...
@@ -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 \
...
...
This diff is collapsed.
Click to expand it.
.github/workflows/wheels.yml
+
2
−
2
View file @
95eeb8ef
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
machine/yellow
0 → 100644
+
14
−
0
View file @
95eeb8ef
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment