From 8d652b28e2790be695df154589d7a41cf30515fd Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Wed, 28 Jul 2021 14:19:21 +0200 Subject: [PATCH] Add Khadas VIM3 (#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 --- .github/workflows/builder.yml | 5 +++-- machine/khadas-vim3 | 5 +++++ 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 machine/khadas-vim3 diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 0c30f6887b2..89a408c3b6a 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -115,7 +115,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build base image - uses: home-assistant/builder@2021.06.2 + uses: home-assistant/builder@2021.07.0 with: args: | $BUILD_ARGS \ @@ -134,6 +134,7 @@ jobs: machine: - generic-x86-64 - intel-nuc + - khadas-vim3 - odroid-c2 - odroid-c4 - odroid-n2 @@ -167,7 +168,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build base image - uses: home-assistant/builder@2021.06.2 + uses: home-assistant/builder@2021.07.0 with: args: | $BUILD_ARGS \ diff --git a/machine/khadas-vim3 b/machine/khadas-vim3 new file mode 100644 index 00000000000..be07d6c8aba --- /dev/null +++ b/machine/khadas-vim3 @@ -0,0 +1,5 @@ +ARG BUILD_VERSION +FROM homeassistant/aarch64-homeassistant:$BUILD_VERSION + +RUN apk --no-cache add \ + usbutils