docker reworking

This commit is contained in:
2025-09-11 19:45:35 -05:00
parent 0e97fb8c91
commit 82ff7d4f43
10 changed files with 214 additions and 123 deletions

2
Jenkinsfile vendored
View File

@@ -61,7 +61,7 @@ pipeline {
agent { label "linux && ${ARCH}" }
steps {
withDockerCreds {
sh "${OPT_LTO} ./scripts/docker_run_image.sh ${DISTRO}"
sh "${OPT_LTO} ./scripts/build_with_docker.sh ${DISTRO}"
}
}
}