Binary releases for the correct architecture!
It turns out that if you don't tell Rust to build for a particular target, it... doesn't build for that target.
That meant that all those arm64 binaries we were building were actually x86_64 binaries.
Well now, hopefully, they're not.