feat(build): add aarch64 release target
Closes: #2182
The justfile already has support.
I'd definitely like someone with a bit more rust toolchain familiarty to gut check my assumption that this will just work on such an old version of ubuntu.
Running release build here: https://github.com/GlareDB/glaredb/actions/runs/7133666350
Just to follow up, I think @scsmithr needs to add the updated builder to the GlareDB org to unblock this.
Seems to be hitting a link error:
https://github.com/GlareDB/glaredb/actions/runs/7438394256/job/20237097364#step:6:1315
I've poked at this and my current assessment is that: there's some binary blob (or something) and/or it's falling back to using the wrong linker.
I can reproduce this locally but I haven't convinced cargo/rustc to do the right thing.
marking this as draft as I don't think this is actively waiting on review
upstream dependencies are blocking this more long term, and our current plan is to address this by replacing them or making them optional. Going to close this and revisit later.