I'm excited to enable cargo-auditable on my project's binaries, across the board. However, my project also targets Linux and Windows ARM64 platforms, for which there are no cargo-auditable binaries. Since I use cargo-dist to prepare my binary releases, I just enabled its cargo_auditable flag, but that failed because of the lack of ARM64 builds (I reported that to the cargo-dist team as axodotdev/cargo-dist#2190)
Would you be open to a PR to add Linux and Windows ARM64 builds? Github Actions now has runners for those targets that are free for public repos IIRC.
I'm excited to enable
cargo-auditableon my project's binaries, across the board. However, my project also targets Linux and Windows ARM64 platforms, for which there are nocargo-auditablebinaries. Since I usecargo-distto prepare my binary releases, I just enabled itscargo_auditableflag, but that failed because of the lack of ARM64 builds (I reported that to thecargo-distteam as axodotdev/cargo-dist#2190)Would you be open to a PR to add Linux and Windows ARM64 builds? Github Actions now has runners for those targets that are free for public repos IIRC.