diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7c8b94fd4..cbc181e94 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,6 @@ jobs: release: - bullseye - buster - - stretch - focal - bionic - impish diff --git a/Dockerfile.make b/Dockerfile.make index 3a9776bdc..a3a3d6756 100644 --- a/Dockerfile.make +++ b/Dockerfile.make @@ -1,6 +1,6 @@ #!/usr/bin/make -DISTRO=stretch -GCC_VER=6 +DISTRO=bullseye +GCC_VER=10 ARCH=amd64 .PHONY: Dockerfile Dockerfile: Dockerfile.in diff --git a/build b/build index b5357dcd8..02d548f08 100755 --- a/build +++ b/build @@ -4,10 +4,9 @@ usage() { echo -e "Build Jellyfin FFMPEG packages" echo -e " $0 " echo -e "Releases: Arches:" - echo -e " * stretch * amd64" - echo -e " * buster * armhf" - echo -e " * bullseye * arm64" - echo -e " * xenial" + echo -e " * buster * amd64" + echo -e " * bullseye * armhf" + echo -e " * xenial * arm64" echo -e " * bionic" echo -e " * focal" echo -e " * hirsute" @@ -21,10 +20,6 @@ fi cli_release="${1}" case ${cli_release} in - 'stretch') - release="debian:stretch" - gcc_version="6" - ;; 'buster') release="debian:buster" gcc_version="8" diff --git a/build.yaml b/build.yaml index 7656ea4f0..8594d4d0e 100644 --- a/build.yaml +++ b/build.yaml @@ -3,9 +3,6 @@ name: "jellyfin-ffmpeg" version: "4.4.1-1" packages: - - stretch-amd64 - - stretch-armhf - - stretch-arm64 - buster-amd64 - buster-armhf - buster-arm64