nickgerace / gfold

CLI tool to help keep track of your Git repositories, written in Rust
https://crates.io/crates/gfold
Apache License 2.0
309 stars 20 forks source link

Offer MUSL builds #260

Open ofek opened 1 month ago

ofek commented 1 month ago

This would allow downloads for systems with an older glibc than what is currently used to build the Linux binaries.

nickgerace commented 1 month ago

Good idea! gfold used to do this a long time ago, though I can look into the current state of cross-compilation and GitHub action runner OS offerings.

EDIT: I'll mark this as "seeking contributor", but I may also tackle it.