Skip to content

Commit ec6efe3

Browse files
Add Trixie builds (and switch Docker to Trixie)
1 parent ba07028 commit ec6efe3

File tree

5 files changed

+7
-2
lines changed

5 files changed

+7
-2
lines changed

.github/workflows/preview-build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
release:
6161
- bullseye
6262
- bookworm
63+
- trixie
6364
arch:
6465
- amd64
6566
- arm64

.github/workflows/release-build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
release:
5656
- bullseye
5757
- bookworm
58+
- trixie
5859
arch:
5960
- amd64
6061
- arm64

.github/workflows/unstable-build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
release:
5555
- bullseye
5656
- bookworm
57+
- trixie
5758
arch:
5859
- amd64
5960
- arm64

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ If you want a non-Docker image output (`.deb`, `tar`/`zip` archive, etc.) follow
7878

7979
#### Examples
8080

81-
Build `.deb` packages for Debian 12 "Bookworm" `amd64`:
81+
Build `.deb` packages for Debian 13 "Trixie" `amd64`:
8282

8383
```
84-
./build.py auto debian amd64 bookworm
84+
./build.py auto debian amd64 trixie
8585
```
8686

8787
Build Linux `.tar.xx` archives for `arm64-musl`:

build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ debian:
2626
releases:
2727
bullseye: '11'
2828
bookworm: '12'
29+
trixie: '13'
2930
archmaps:
3031
amd64:
3132
PACKAGE_ARCH: amd64
@@ -34,6 +35,7 @@ debian:
3435
cross-gcc:
3536
bullseye: '10'
3637
bookworm: '12'
38+
trixie: '14'
3739
build_function: build_package_deb
3840
dockerfile: debian/docker/Dockerfile
3941
imagename: jellyfin-builder-debian

0 commit comments

Comments
 (0)