chipsenkbeil / distant

🚧 (Alpha stage software) Library and tooling that supports remote filesystem and process operations. 🚧

Home Page:https://distant.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update release artifacts to follow naming distant-<HOST TRIPLE>

chipsenkbeil opened this issue · comments

Currently, there are a lot of non-standard names in the artifacts:

  • distant-win64
  • distant-macos
  • distant-linux64-...

Instead, we need to provide the exact Rust triples (or quadruples) used for the targets. The reason is this makes the scripts at https://sh.distant.dev/ be able to pull binaries without needing to maintain a mapping of what is available. As we add new binaries, those scripts will continue to work.

Implemented into releases workflow.

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.