roc-streaming / roc-toolkit

Real-time audio streaming over the network.
https://roc-streaming.org
Mozilla Public License 2.0
1.03k stars 205 forks source link

Build DEB packages for ARM on CI #562

Open gavv opened 9 months ago

gavv commented 9 months ago

We already have deb packages for x86_64:

We need to teach CI to build and publish deb packages for 32-bit and 64-bit ARM, which could be installed on Raspberry Pi (Raspberry Pi OS and Ubuntu).

We use this github action: https://github.com/gavv/debianise (fork of https://github.com/twojstaryzdomu/debianise)