ynqa / jnv

Interactive JSON filter using jq
MIT License
4.9k stars 54 forks source link

Releasing armv7 and arm64 binaries #20

Open patrickelectric opened 7 months ago

patrickelectric commented 7 months ago

It would be nice to have those binaries available to download

jnichols0 commented 7 months ago

Was taking a look at this issue out of curiosity and ended up finding this open issue for cargo-dist, which is what is used for building jnv: https://github.com/axodotdev/cargo-dist/issues/74. This may be more involved an ask than just adding a couple of more targets to the Cargo.toml file.

https://github.com/rust-cross/cargo-zigbuild in addition to or maybe instead of cargo-dist may be a path forward.