CI: use debian as a base for building the release tarball
- we need to build the binary
udev-hid-bpf
from an old debian stable container so it's capable of running everywhere - but we also need the latest libbpf and bpf support for the bpf.o files
We achieve this in a 2 step generation:
- the bpf are produced in an earlier stage
- we do not rebuild them during the release step
Fixes: #37
Edited by Benjamin Tissoires