Skip to content

Commit 5b4f304

Browse files
committed
chore(ci): disable legacy 2michat builds and update readme
Disable the 2michat and 2michat-lva build jobs in the CI workflow and update the README to reflect the current build version for the ReSpeaker 2-Mic HAT v1 instead of pinning to bookworm.
1 parent 5103cac commit 5b4f304

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,24 +32,24 @@ jobs:
3232
custom-hostname: picompose
3333
# 2MICHAT-v1
3434
build-2michat:
35+
if: false # disabled
3536
uses: ./.github/workflows/build-image-template.yml
3637
with:
3738
image-name: PiCompose-2MicHat-v1
3839
stage-list: stage0 stage1 stage2 ./01-stage-picompose ./02-stage-audiodriver-2michat-v1 ./04-stage-finish
3940
compression: xz
4041
compression-level: 6
4142
custom-hostname: picompose
42-
releaseversion: bookworm
4343

4444
build-2michat-lva:
45+
if: false # disabled
4546
uses: ./.github/workflows/build-image-template.yml
4647
with:
4748
image-name: PiCompose_2MicHat-v1_Linux-Voice-Assistant
4849
stage-list: stage0 stage1 stage2 ./01-stage-picompose ./02-stage-audiodriver-2michat-v1 ./03-stage-linux-voice-assistant ./04-stage-finish
4950
compression: xz
5051
compression-level: 6
5152
custom-hostname: picompose
52-
releaseversion: bookworm
5353

5454
# RESPEAKER-LITE
5555
build-respeaker_lite:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Here is a Overview for the specific images of each hardware:
4646
| ---------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
4747
| **Base Image** | If you use other hardware... | • Docker & Docker Compose (piCompose)<br>• Automatic Docker Compose deployment<br>• Pipewire Audio Server<br>• SSH enabled (pi User) |
4848
| **[Satellite1](docs/hardware_sattelite1.md)** | <img src="docs/sattelite1-hat.jpg" alt="ReSpeaker Lite Board" style="width: 200px; height: auto;"> | • * Everything from Base Image<br>• Satellite1 Hat Driver<br>• Linux-Voice-Assistant (OpenHomeFoundation)<br>• Snapcast MultiRoom Audio Client<br>• Pre-configured for Home Assistant<br><br><span style="color: red;">Image is currently work in progress!</span> |
49-
| **[ReSpeaker 2-Mic HAT v1](docs/hardware_2mic_v1.md)** | <img src="docs/respeaker_2michats.webp" alt="ReSpeaker 2-Mics Pi HAT" style="width: 200px; height: auto;"> | • * Everything from Base Image<br>• Seeed Voicecard Driver<br>• Linux-Voice-Assistant (OpenHomeFoundation)<br>• Snapcast MultiRoom Audio Client<br>• Pre-configured for Home Assistant<br><br><span style="color: yellow;">Pinned on bookworm os-release!</span> See [#41](https://github.com/HinTak/seeed-voicecard/issues/41) |
49+
| **[ReSpeaker 2-Mic HAT v1](docs/hardware_2mic_v1.md)** | <img src="docs/respeaker_2michats.webp" alt="ReSpeaker 2-Mics Pi HAT" style="width: 200px; height: auto;"> | • * Everything from Base Image<br>• Seeed Voicecard Driver<br>• Linux-Voice-Assistant (OpenHomeFoundation)<br>• Snapcast MultiRoom Audio Client<br>• Pre-configured for Home Assistant<br><br><span style="color: yellow;">Current latest available build version is 1.1.1</span> See [#41](https://github.com/HinTak/seeed-voicecard/issues/41) |
5050
| **[ReSpeaker Lite](docs/hardware_respeaker_lite.md)** | <img src="docs/respeaker_lite.jpg" alt="ReSpeaker Lite Board" style="width: 200px; height: auto;"> | • * Everything from Base Image<br>• Audio keep-alive service<br>• Linux-Voice-Assistant (OpenHomeFoundation)<br>• Snapcast MultiRoom Audio Client<br>• Pre-configured for Home Assistant<br>• Workaround for connectivity issues in combination with the Pi Zero 2W.
5151

5252
### Installation

0 commit comments

Comments
 (0)