Hey team — could you ship an official Debian (glibc)–based runners image alongside the Alpine one?
Why: lots of popular native deps only publish glibc prebuilds/wheels. On Alpine (musl), we often hit slow/brittle source builds or runtime issues. Examples: onnxruntime, opencv, pyarrow, parts of SciPy, and various Node native addons.
What would help:
- Tags like
n8nio/runners:<version>-debian(amd64 + arm64)
This would make custom runners way smoother for ML/data/vision and native Node workloads. Happy to test a preview and share feedback!