router
router copied to clipboard
pre-built binaries should include fully qualified target
our pre-built binaries are just called "linux" "macos" and "windows" - it does not call out anything about underlying architectures (x86 vs. ARM) nor about the toolchain (gnu vs musl vs msvc). this information should be included in the tarball release directories.
check out rover's release page to see the convention we use there
right, we show the architecture but not the full triplet, we should fix that
reopening because the change was reverted before the release