diff --git a/birdnet-pi/CHANGELOG.md b/birdnet-pi/CHANGELOG.md index 56b64bdb3..726006bfe 100644 --- a/birdnet-pi/CHANGELOG.md +++ b/birdnet-pi/CHANGELOG.md @@ -1,3 +1,4 @@ +- Try armv7 build - Breaking change : the main port has changed from 80 to 8081 to allow ssl - Enable ssl access using either caddy's automated ssl (see Readme), or HomeAssistant's let's encrypt from the addon options - [INGRESS] allow access to streamlit, logs diff --git a/birdnet-pi/build.yaml b/birdnet-pi/build.yaml index 72df56b73..02769835d 100644 --- a/birdnet-pi/build.yaml +++ b/birdnet-pi/build.yaml @@ -2,5 +2,6 @@ build_from: aarch64: ghcr.io/linuxserver/baseimage-debian:arm64v8-bookworm amd64: ghcr.io/linuxserver/baseimage-debian:amd64-bookworm + armv7: arm32v7/debian:bookworm codenotary: signer: alexandrep.github@gmail.com diff --git a/birdnet-pi/config.json b/birdnet-pi/config.json index ebfa26841..54f48380d 100644 --- a/birdnet-pi/config.json +++ b/birdnet-pi/config.json @@ -1,7 +1,8 @@ { "arch": [ "aarch64", - "amd64" + "amd64", + "armv7" ], "audio": true, "backup": "cold",