mirror of
https://github.com/levogevo/ffmpeg-builder.git
synced 2026-01-15 19:06:17 +00:00
more updates
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -7,13 +7,13 @@ pipeline {
|
||||
axes {
|
||||
axis {
|
||||
name 'DISTRO'
|
||||
values 'debian', 'ubuntu', 'archlinux', 'fedora'
|
||||
values 'debian:bookworm', 'ubuntu:24.04', 'archlinux:latest', 'fedora:42'
|
||||
}
|
||||
}
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
echo "Do Build for ${DISTRO}"
|
||||
sh "./scripts/docker_run_image.sh ${DISTRO}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user