Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8d652b2

Browse files
authored
Add Khadas VIM3 (home-assistant#53616)
* Add Khadas VIM3 Add Khadas VIM3 machine. VIM3 is based on Amlogic A311D SoC with 2xCortex-A53 and 4xCortex-A73. * Use latest builder which supports khadas-vim3
1 parent ec5d55d commit 8d652b2

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

‎.github/workflows/builder.yml‎

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

117117
- name: Build base image
118-
uses: home-assistant/builder@2021.06.2
118+
uses: home-assistant/builder@2021.07.0
119119
with:
120120
args: |
121121
$BUILD_ARGS \
@@ -134,6 +134,7 @@ jobs:
134134
machine:
135135
- generic-x86-64
136136
- intel-nuc
137+
- khadas-vim3
137138
- odroid-c2
138139
- odroid-c4
139140
- odroid-n2
@@ -167,7 +168,7 @@ jobs:
167168
password: ${{ secrets.GITHUB_TOKEN }}
168169

169170
- name: Build base image
170-
uses: home-assistant/builder@2021.06.2
171+
uses: home-assistant/builder@2021.07.0
171172
with:
172173
args: |
173174
$BUILD_ARGS \

‎machine/khadas-vim3‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
ARG BUILD_VERSION
2+
FROM homeassistant/aarch64-homeassistant:$BUILD_VERSION
3+
4+
RUN apk --no-cache add \
5+
usbutils

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /