Add stable-armv7-unknown-linux-gnueabihf and stable-x86_64-pc-windows-gnu cross-builds
TODO
-
Windows build fails because tokio::UdpSocket
(andmio::UdpSocket
) don't implementAsRawSocket
on Windows- Implemented here https://github.com/tokio-rs/tokio/pull/806
-
ARM build fails because rust-openssl
really wants its library available. We can probably install it via Debian's multi-arch support
Edited by Sebastian Dröge