diff options
author | Joshua M. Boniface <joshua@boniface.me> | 2024-02-15 01:53:27 -0500 |
---|---|---|
committer | Joshua M. Boniface <joshua@boniface.me> | 2024-02-15 01:53:27 -0500 |
commit | 80f6eba91f5d5e32815f86b61f04f97c8092df77 (patch) | |
tree | 7c2041f077ac12aabfa3e16c2bb59b403be90503 | |
parent | Fix forum badge (diff) | |
download | jellyfin-packaging-80f6eba91f5d5e32815f86b61f04f97c8092df77.tar.gz jellyfin-packaging-80f6eba91f5d5e32815f86b61f04f97c8092df77.tar.bz2 jellyfin-packaging-80f6eba91f5d5e32815f86b61f04f97c8092df77.zip |
Add two more deb entries
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -92,6 +92,14 @@ Inside this repository are 7 major components: This was chosen to ensure a clean slate for every build, as well as enable release-specific builds due to the complexities of our shared dependencies (e.g. `libssl`). +* Per-release/version builds: package versions contain the specific OS version (e.g. `-deb11`, `-ubu2204`) + + This enables support for different builds and packages for each OS release, simplifying shared dependency handling as mentioned above. + +* Ubuntu LTS-only support: non-LTS Ubuntu versions have been dropped + + This simplifies our builds as we do not need to then track many 9-month-only releases of Ubuntu, and also reduces the build burden. Users of non-LTS Ubuntu releases can use either the closest Ubuntu LTS version, or use Docker containers instead. + ### Fedora/CentOS Packages TODO - these have not yet been implemented. |