Revert "Bump linux64 minimum toolchain version"

This reverts commit 37f2a44634.
This commit is contained in:
BtbN 2022-10-23 19:20:49 +02:00
parent 37f2a44634
commit b6b1d68d83
2 changed files with 22 additions and 27 deletions

View file

@ -4,7 +4,9 @@ Static Windows (x86_64) and Linux (x86_64) Builds of ffmpeg master and latest re
Windows builds are targetting Windows 7 and newer.
Linux builds are targetting Ubuntu 18.04 (glibc-2.27 + linux-4.15) and anything more recent.
Linux (x86_64) builds are targetting Ubuntu 16.04 (glibc-2.23 + linux-4.4) and anything more recent.
Linux (arm64) builds are targetting Ubuntu 18.04 (glibc-2.27 + linux-4.15) and anything more recent.
## Auto-Builds
@ -45,7 +47,7 @@ On success, the resulting zip file will be in the `artifacts` subdir.
Available targets:
* `win64` (x86_64 Windows)
* `win32` (x86 Windows)
* `linux64` (x86_64 Linux, glibc>=2.27, linux>=4.15)
* `linux64` (x86_64 Linux, glibc>=2.23, linux>=4.4)
* `linuxarm64` (arm64 (aarch64) Linux, glibc>=2.27, linux>=4.15)
The linuxarm64 target will not build some dependencies due to lack of arm64 (aarch64) architecture support or cross-compiling restrictions.