diff options
author | Joshua M. Boniface <joshua@boniface.me> | 2024-02-16 02:25:30 -0500 |
---|---|---|
committer | Joshua M. Boniface <joshua@boniface.me> | 2024-02-16 02:25:30 -0500 |
commit | 8b7ede44a72e931a387b85aa61d23eae82506eb6 (patch) | |
tree | aca50822cf156e729d0bb56db8ff50b57f18e955 | |
parent | Add better note about archive support (diff) | |
download | jellyfin-packaging-8b7ede44a72e931a387b85aa61d23eae82506eb6.tar.gz jellyfin-packaging-8b7ede44a72e931a387b85aa61d23eae82506eb6.tar.bz2 jellyfin-packaging-8b7ede44a72e931a387b85aa61d23eae82506eb6.zip |
Add note on portable architectures
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -137,3 +137,7 @@ TODO - these have not yet been implemented. * Multiple archive type support (`.tar.gz` vs. `.zip`) The output archive type (`.tar.gz` or `.zip`) is chosen based on the build target, with Portable providing both for maximum compatibility, Windows providing `.zip`, and Linux and MacOS providing `.tar.gz`. This can be changed later, for example to add more formats (e.g. `.tar.xz`) or change what produces what, without major complications. + +* Full architecture support + + The portable builds support all major architectures now, specifically adding `arm64` Windows builds (I'm certain that _someone_ out there uses it), and making it quite trivial to add new architectures in the future if needed. |