Bug description
Raspberry Pi build is broken on CI.
Expected behavior
Raspberry Pi builds are working 😄
Additional context
Cross compilation currently fails, because librtlsdr is not available:
https://github.com/niclashoyer/rtltcp/runs/4945332286?check_suite_focus=true
For this to work there needs to be an extra build step for a container based on cross that includes the dependencies: cross-rs/cross#410 (comment)
Bug description
Raspberry Pi build is broken on CI.
Expected behavior
Raspberry Pi builds are working 😄
Additional context
Cross compilation currently fails, because librtlsdr is not available:
https://github.com/niclashoyer/rtltcp/runs/4945332286?check_suite_focus=true
For this to work there needs to be an extra build step for a container based on
crossthat includes the dependencies: cross-rs/cross#410 (comment)