-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[enhancement] provide pre-built .iso for release #8
Comments
I would be interested in this feature, and I could maybe provide some help, but I don't know how to build such an .iso file |
@AkechiShiro thanks for your interest. It's actually quite easy. The only thing is - GitHub is limiting the size of release files (if I remember correctly, it's 1Gb) and RedNixOS v0.1-alpha .iso file is over 6Gb (!). Hence, we need to have a place to store the pre-built .iso files for each release. I've thought about using RuTracker or setting up a proper torrent box, since the file is quite big, the torrent way of distribution sounds great. If not this, SourceForge also sounds promising, but I haven't looked much into this solution. All kind of suggestions/help is welcome. |
I suggest using either Git-LFS for that and also for the storage server I'm not sure if Git-LFS can handle it too |
Also so release could be automatically rolled out with CI/CD no ? Using Github Actions |
This should be thoroughly documented in the repo also. |
Actually this is documented in project's wiki, sorry if that wasn't clear. Git-LFS - I dunno if it will handle that |
as the name suggests
The text was updated successfully, but these errors were encountered: