Skip to content

Commit

Permalink
Add armv7 to openwakeword build yaml (#3285)
Browse files Browse the repository at this point in the history
  • Loading branch information
synesthesiam authored Oct 26, 2023
1 parent 2480122 commit 56ff18e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions openwakeword/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.8.2

- Add `armv7` image to `build.yaml`

## 1.8.1

- Remove batching from wake word processing since not all models support it
Expand Down
1 change: 1 addition & 0 deletions openwakeword/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
build_from:
amd64: ghcr.io/home-assistant/amd64-base-debian:bookworm
aarch64: ghcr.io/home-assistant/aarch64-base-debian:bookworm
armv7: ghcr.io/home-assistant/armv7-base-debian:bookworm
codenotary:
signer: [email protected]
base_image: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion openwakeword/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 1.8.1
version: 1.8.2
slug: openwakeword
name: openWakeWord
description: openWakeWord using the Wyoming protocol
Expand Down

0 comments on commit 56ff18e

Please sign in to comment.