The v0.2.7 release ships purl-linux-amd64 and both purl-darwin-* variants, but no purl-linux-arm64 — https://github.com/stripe/purl/releases/latest/download/purl-linux-arm64 returns 404.
Concrete use case: running purl inside ARM64 Linux sandboxes (Debian 12 on aarch64 — e.g. AWS Graviton, ARM CI runners). Currently blocked from the prebuilt-binary path on that arch; the cargo install fallback adds a Rust-toolchain install + minutes of compile to every cold start, which is painful in ephemeral sandbox scenarios.
Suggested fix: add linux-arm64 to the existing release matrix. Happy to PR if there's no intentional reason for the omission.
The v0.2.7 release ships
purl-linux-amd64and bothpurl-darwin-*variants, but nopurl-linux-arm64—https://github.com/stripe/purl/releases/latest/download/purl-linux-arm64returns 404.Concrete use case: running purl inside ARM64 Linux sandboxes (Debian 12 on aarch64 — e.g. AWS Graviton, ARM CI runners). Currently blocked from the prebuilt-binary path on that arch; the
cargo installfallback adds a Rust-toolchain install + minutes of compile to every cold start, which is painful in ephemeral sandbox scenarios.Suggested fix: add
linux-arm64to the existing release matrix. Happy to PR if there's no intentional reason for the omission.