Add Trixie builds (and switch Docker to Trixie)
This commit is contained in:
1
.github/workflows/preview-build.yaml
vendored
1
.github/workflows/preview-build.yaml
vendored
@@ -60,6 +60,7 @@ jobs:
|
||||
release:
|
||||
- bullseye
|
||||
- bookworm
|
||||
- trixie
|
||||
arch:
|
||||
- amd64
|
||||
- arm64
|
||||
|
||||
1
.github/workflows/release-build.yaml
vendored
1
.github/workflows/release-build.yaml
vendored
@@ -55,6 +55,7 @@ jobs:
|
||||
release:
|
||||
- bullseye
|
||||
- bookworm
|
||||
- trixie
|
||||
arch:
|
||||
- amd64
|
||||
- arm64
|
||||
|
||||
1
.github/workflows/unstable-build.yaml
vendored
1
.github/workflows/unstable-build.yaml
vendored
@@ -54,6 +54,7 @@ jobs:
|
||||
release:
|
||||
- bullseye
|
||||
- bookworm
|
||||
- trixie
|
||||
arch:
|
||||
- amd64
|
||||
- arm64
|
||||
|
||||
@@ -78,10 +78,10 @@ If you want a non-Docker image output (`.deb`, `tar`/`zip` archive, etc.) follow
|
||||
|
||||
#### Examples
|
||||
|
||||
Build `.deb` packages for Debian 12 "Bookworm" `amd64`:
|
||||
Build `.deb` packages for Debian 13 "Trixie" `amd64`:
|
||||
|
||||
```
|
||||
./build.py auto debian amd64 bookworm
|
||||
./build.py auto debian amd64 trixie
|
||||
```
|
||||
|
||||
Build Linux `.tar.xx` archives for `arm64-musl`:
|
||||
|
||||
@@ -26,6 +26,7 @@ debian:
|
||||
releases:
|
||||
bullseye: '11'
|
||||
bookworm: '12'
|
||||
trixie: '13'
|
||||
archmaps:
|
||||
amd64:
|
||||
PACKAGE_ARCH: amd64
|
||||
@@ -34,6 +35,7 @@ debian:
|
||||
cross-gcc:
|
||||
bullseye: '10'
|
||||
bookworm: '12'
|
||||
trixie: '14'
|
||||
build_function: build_package_deb
|
||||
dockerfile: debian/docker/Dockerfile
|
||||
imagename: jellyfin-builder-debian
|
||||
|
||||
Reference in New Issue
Block a user