Supergamer1337 / media-cleaner

Media Cleaner is a simple CLI tool to clean up your media library based on your Overseerr requests and Tautulli history, written in Rust.
MIT License
38 stars 3 forks source link

GitHub Actions for Automated Linux Builds #11

Closed CodeChronicle1 closed 1 year ago

CodeChronicle1 commented 1 year ago

Thanks for this fantastic project! I've created some GitHub Actions for automated builds on new tags/releases, addressing missing openssl libraries for Ubuntu/Debian.

The solution modifies the Cargo.toml, as discussed here: https://blog.davidvassallo.me/2021/06/10/lessons-learned-building-statically-linked-rust-binaries-openssl/

You can review the automated builds here: https://github.com/CodeChronicle1/media-cleaner/releases/tag/1.4.0

Looking forward to your feedback.

Supergamer1337 commented 1 year ago

Seems to work! This was something I was planning to do anyway but never found the time to fix. Thanks for the help!