It looks like the release artifact .tar.xz filenames are built from a template, and mac builds contain apple-darwin and the windows builds contain pc-windows, but the linux builds contain unknown-linux:
- weaver-aarch64-unknown-linux-gnu.tar.xz
- weaver-x86_64-unknown-linux-gnu.tar.xz
- weaver-aarch64-unknown-linux-musl.tar.xz
- weaver-x86_64-unknown-linux-musl.tar.xz
For a user just quickly trying to download weaver, the unknown can be slightly confusing, perhaps even suggesting that "something went wrong". I think it might be better to just omit the unknown string for the linux builds.
It looks like the release artifact
.tar.xzfilenames are built from a template, and mac builds containapple-darwinand the windows builds containpc-windows, but the linux builds containunknown-linux:For a user just quickly trying to download weaver, the
unknowncan be slightly confusing, perhaps even suggesting that "something went wrong". I think it might be better to just omit theunknownstring for the linux builds.