Bridge v3.22.0 added FIDO2/WebAuthn support which requires libfido2
at runtime. This adds libfido2-dev and libcbor-dev to the build stage
and libfido2-1 to the runtime stage for both build and deb Dockerfiles.
Fixes#135
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
tested locally, works fine.
debian has supported riscv64 in the sid image for some time.
this is the same thing the carlosedp/golang image did.
this also fixes the bug with the wrong glibc version, as the build
container now uses the same glibc version as the final container.
* Adjust GitHub CI to also build for riscv64
* Update base Ubuntu base for build from 18.04 LTS to 20.04 LTS as to support riscv64
* Minor: Exclude idea IDE files from git