mirror of
https://github.com/jellyfin/jellyfin-ffmpeg.git
synced 2026-09-02 21:03:08 +03:00
Remove Debian Stretch
This commit is contained in:
@@ -22,7 +22,6 @@ jobs:
|
||||
release:
|
||||
- bullseye
|
||||
- buster
|
||||
- stretch
|
||||
- focal
|
||||
- bionic
|
||||
- impish
|
||||
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/make
|
||||
DISTRO=stretch
|
||||
GCC_VER=6
|
||||
DISTRO=bullseye
|
||||
GCC_VER=10
|
||||
ARCH=amd64
|
||||
.PHONY: Dockerfile
|
||||
Dockerfile: Dockerfile.in
|
||||
|
||||
@@ -4,10 +4,9 @@ usage() {
|
||||
echo -e "Build Jellyfin FFMPEG packages"
|
||||
echo -e " $0 <release> <arch>"
|
||||
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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user