Files
jellyfin-packaging/build.yaml
T

149 lines
4.0 KiB
YAML
Raw Normal View History

2024-02-16 02:41:10 -05:00
---
# Build definitions for `build.py`
# Upstream Framework versions
# This section defines target commits after which a particular framework is required.
# This is used by build.py to automatically determine which framework version to use
# within the build containers based on whatever HEAD the project is at (from checkout.py).
# Target commits should be a merge commit!
# Target commits should be in order from oldest to newest!
# HOW THIS WORKS:
2025-04-27 18:15:11 -06:00
# For each submodule, and then for each upstream framework version ARG to Docker...
# Provide a commit hash as a key, and a version as a value...
# If the given commit is in the commit tree of the current HEAD of the repo...
# Use the given version. Otherwise use the default.
frameworks:
jellyfin-web:
NODEJS_VERSION:
2025-09-26 22:16:40 -04:00
6c0a64ef12b9eb40a7c4ee4b9d43d0a5f32f2287: 20 # Default
2a7006502aa2b71d705683040a5c644ab4edaf1e: 24
jellyfin-server:
DOTNET_VERSION:
6d1abf67c36379f0b061095619147a3691841e21: 8.0 # Default
ceb850c77052c465af8422dcf152f1d1d1530457: 9.0
2026-01-20 21:56:54 +08:00
9e480f6efb4bc0e1f0d1323ed7ed5a7208fded99: 10.0
2024-02-16 02:41:10 -05:00
# DEB packages
debian:
2024-03-18 13:01:32 -04:00
releases:
bullseye: '11'
bookworm: '12'
trixie: '13'
2024-02-16 02:41:10 -05:00
archmaps:
amd64:
PACKAGE_ARCH: amd64
2025-08-13 23:31:29 -04:00
GCC_ARCH: x86-64
2024-02-16 02:41:10 -05:00
arm64:
PACKAGE_ARCH: arm64
2025-08-13 23:31:29 -04:00
GCC_ARCH: aarch64
2024-02-16 02:41:10 -05:00
cross-gcc:
bullseye: '10'
2024-02-16 03:29:16 -05:00
bookworm: '12'
trixie: '14'
2024-03-18 13:01:32 -04:00
build_function: build_package_deb
2024-02-16 02:41:10 -05:00
dockerfile: debian/docker/Dockerfile
imagename: jellyfin-builder-debian
ubuntu:
2024-03-18 13:01:32 -04:00
releases:
focal: '20.04'
jammy: '22.04'
noble: '24.04'
2026-04-30 00:48:55 -04:00
resolute: '26.04'
2024-02-16 02:41:10 -05:00
archmaps:
amd64:
PACKAGE_ARCH: amd64
2025-08-18 01:27:06 -04:00
GCC_ARCH: x86-64
2024-02-16 02:41:10 -05:00
arm64:
PACKAGE_ARCH: arm64
2025-08-18 01:27:06 -04:00
GCC_ARCH: aarch64
2024-02-16 02:41:10 -05:00
cross-gcc:
focal: '10'
jammy: '12'
2024-04-26 15:43:34 +02:00
noble: '13'
2026-04-30 00:48:55 -04:00
resolute: '14'
2024-03-18 13:01:32 -04:00
build_function: build_package_deb
2024-02-16 02:41:10 -05:00
dockerfile: debian/docker/Dockerfile
imagename: jellyfin-builder-ubuntu
# Portable archives
linux:
build_function: build_linux
2024-03-03 01:47:02 -05:00
archivetypes: targz,tarxz
2024-02-16 02:41:10 -05:00
archmaps:
amd64:
DOTNET_ARCH: x64
PACKAGE_ARCH: amd64
amd64-musl:
DOTNET_ARCH: musl-x64
PACKAGE_ARCH: amd64-musl
arm64:
DOTNET_ARCH: arm64
PACKAGE_ARCH: arm64
arm64-musl:
DOTNET_ARCH: musl-arm64
PACKAGE_ARCH: arm64-musl
dockerfile: portable/Dockerfile
imagename: jellyfin-builder-linux
windows:
build_function: build_windows
archivetypes: zip
archmaps:
amd64:
DOTNET_ARCH: x64
PACKAGE_ARCH: amd64
arm64:
DOTNET_ARCH: arm64
PACKAGE_ARCH: arm64
dockerfile: portable/Dockerfile
imagename: jellyfin-builder-windows
macos:
build_function: build_macos
2024-03-26 19:38:28 -04:00
archivetypes: tarxz
2024-02-16 02:41:10 -05:00
archmaps:
amd64:
DOTNET_ARCH: x64
PACKAGE_ARCH: amd64
arm64:
DOTNET_ARCH: arm64
PACKAGE_ARCH: arm64
dockerfile: portable/Dockerfile
imagename: jellyfin-builder-macos
portable:
build_function: build_portable
2024-03-03 01:47:02 -05:00
archivetypes: targz,tarxz,zip
2024-02-16 02:41:10 -05:00
dockerfile: portable/Dockerfile
imagename: jellyfin-builder-portable
# Docker images
docker:
build_function: build_docker
archmaps:
amd64:
DOTNET_ARCH: x64
IMAGE_ARCH: amd64
PACKAGE_ARCH: amd64
TARGET_ARCH: amd64
2024-02-16 02:41:10 -05:00
arm64:
DOTNET_ARCH: arm64
IMAGE_ARCH: arm64v8
PACKAGE_ARCH: arm64
TARGET_ARCH: arm64/v8
2024-02-16 02:41:10 -05:00
dockerfile: docker/Dockerfile
imagename: jellyfin/jellyfin
2024-03-06 18:38:27 -07:00
# Nuget packages
nuget:
build_function: build_nuget
projects:
- Jellyfin.Data/Jellyfin.Data.csproj
- MediaBrowser.Common/MediaBrowser.Common.csproj
- MediaBrowser.Controller/MediaBrowser.Controller.csproj
- MediaBrowser.Model/MediaBrowser.Model.csproj
- Emby.Naming/Emby.Naming.csproj
- src/Jellyfin.Extensions/Jellyfin.Extensions.csproj
2025-04-27 18:15:11 -06:00
- src/Jellyfin.Database/Jellyfin.Database.Implementations/Jellyfin.Database.Implementations.csproj
- src/Jellyfin.MediaEncoding.Keyframes/Jellyfin.MediaEncoding.Keyframes.csproj
2024-03-06 18:38:27 -07:00
feed_urls:
stable: https://api.nuget.org/v3/index.json
2024-03-06 21:00:34 -05:00
unstable: https://nuget.pkg.github.com/jellyfin/index.json