Include architecture in filenames of Windows and macOS GitHub assets
Open
feature-request
- Dominant language
- Rust
- Stars
- 22.5k
- Forks
- 773
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
I packaged GitUI for [Clyde](https://github.com/agateau/clyde), a package manager for prebuilt applications. It is difficult for Clyde to guess the architecture of the Windows and macOS GitHub assets because they are named gitui-win.tar.gz and gitui-mac.tar.gz.
Until now those where x86-64, but in the latest release (0.26.2), the mac asset switched to aarch64.
**Describe the solution you'd like**
Assets should be named `gitui-win-$ARCH.tar.gz` and `gitui-mac-$ARCH.tar.gz`.
Contributor guide
Assessment
This issue has not been assessed yet.