added receiver plugin

This commit is contained in:
Oliver Walter
2026-07-01 01:22:45 +02:00
parent a5eec74524
commit ddbbd27dbe
9 changed files with 475 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
# Debian base so the meshtastic deps (cryptography, protobuf) install
# from prebuilt wheels instead of compiling on Alpine.
build_from:
aarch64: ghcr.io/home-assistant/aarch64-base-debian:bookworm
amd64: ghcr.io/home-assistant/amd64-base-debian:bookworm
armv7: ghcr.io/home-assistant/armv7-base-debian:bookworm
armhf: ghcr.io/home-assistant/armhf-base-debian:bookworm
i386: ghcr.io/home-assistant/i386-base-debian:bookworm