Skip to content

Binary releases for the correct architecture!

Compare
Choose a tag to compare
@mpalmer mpalmer released this 30 Jun 04:20
· 38 commits to main since this release

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.