Automate Packaging for Various Package Managers #42
Labels
DevOps
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Currently, rmt releases are available as standalone binaries for different platforms (Ubuntu, macOS, Windows, etc.). This approach requires users to manually download the correct binary, handle permissions, and manage updates, which can be cumbersome.
To improve the user experience, we aim to make rmt available through package managers for easier installation and management.
The targeted package managers should include, but are not necessarily limited to:
Automating the packaging process using GitHub Actions is crucial. This would involve creating workflows to package the application upon new releases, ensuring our users always have access to the latest version through their preferred package manager.
This change will significantly improve the installation process for our users, allowing them to manage the application just like any other package on their systems. We'll also ensure that our application is kept up-to-date seamlessly, improving our user's experience and security.
The text was updated successfully, but these errors were encountered: