add hydrasdr support to all platforms EXCEPT Windows and remote debian buster CI

This commit is contained in:
AlexandreRouma
2025-08-14 22:18:41 -04:00
parent 4558e73be5
commit 8b8eda301b
11 changed files with 148 additions and 52 deletions

View File

@@ -0,0 +1,4 @@
FROM debian:trixie
ENV DEBIAN_FRONTEND=noninteractive
COPY do_build.sh /root
RUN chmod +x /root/do_build.sh