Hi, On 3/19/26 14:13, David Suarez wrote:
Initially, crystal only supported amd64.If I recall correctly, arm was introduced some time ago. And as I much as I now, it does not support more archs (let me take a look, anyway).So, If I'm not wrong, should be amd64 and arm, not any, I guess. Anyway, again, let me take a look.
https://crystal-lang.org/reference/1.19/syntax_and_semantics/
platform_support.html <https://crystal-lang.org/reference/1.19/
syntax_and_semantics/platform_support.html>
In Debian the custom is to try and only if it really fails, don't support an architecture. As crystal has a Build-Depends on crystal, somebody needs to bootstrap the architecture first (not necessarily you). As long as that hasn't been done, you'll only see the architectures where the bootstrap happened. See for example src:fpc [1], which is also self-hosting. The Architecture is set to any, but the packages aren't available on half the Debian official and port architectures, and that's fine.
Paul [1] https://buildd.debian.org/status/package.php?p=fpc
OpenPGP_signature.asc
Description: OpenPGP digital signature

