mirror of
https://github.com/levogevo/ffmpeg-builder.git
synced 2026-01-15 19:06:17 +00:00
fixes to git downloads and x265 for cmake v4
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -18,7 +18,7 @@ pipeline {
|
||||
stage('build docker image') {
|
||||
matrix {
|
||||
axes {
|
||||
axis { name 'DISTRO'; values 'ubuntu', 'fedora', 'debian', 'arch' }
|
||||
axis { name 'DISTRO'; values 'ubuntu', 'fedora', 'debian', 'archlinux' }
|
||||
}
|
||||
stages {
|
||||
stage('build multiarch image') {
|
||||
@@ -52,7 +52,7 @@ pipeline {
|
||||
matrix {
|
||||
axes {
|
||||
axis { name 'ARCH'; values 'armv8-a', 'x86-64-v3' }
|
||||
axis { name 'DISTRO'; values 'ubuntu', 'fedora', 'debian', 'arch' }
|
||||
axis { name 'DISTRO'; values 'ubuntu', 'fedora', 'debian', 'archlinux' }
|
||||
axis { name 'OPT_LTO'; values 'OPT=0 LTO=OFF', 'OPT=3 LTO=ON' }
|
||||
axis { name 'STATIC'; values 'ON', 'OFF' }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user