diff options
author | Joshua M. Boniface <joshua@boniface.me> | 2024-02-15 02:36:01 -0500 |
---|---|---|
committer | Joshua M. Boniface <joshua@boniface.me> | 2024-02-15 02:36:01 -0500 |
commit | ac01c789b8ff343e410b0edff3500d62f63887e2 (patch) | |
tree | 1405b1b36e44bf14c6f6609ca816c3834c5ad034 | |
parent | Add two more deb entries (diff) | |
download | jellyfin-packaging-ac01c789b8ff343e410b0edff3500d62f63887e2.tar.gz jellyfin-packaging-ac01c789b8ff343e410b0edff3500d62f63887e2.tar.bz2 jellyfin-packaging-ac01c789b8ff343e410b0edff3500d62f63887e2.zip |
Mention the target OS release
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -88,7 +88,7 @@ Inside this repository are 7 major components: This was chosen to simplify the source package system and simplify building. Now, there is only a single "jellyfin" source package rather than 2. There may be more in the future as other repos might be included (e.g. "jellyfin-ffmpeg", "jellyfin-vue", etc.) -* Dockerized build (`debian/docker/`): the build is run inside a Docker container. +* Dockerized build (`debian/docker/`): the build is run inside a Docker container that matches the target OS release 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`). |