jenkins: build for bullseye (#65271)

This commit is contained in:
Frédéric Péters 2022-05-19 21:41:35 +02:00
parent 9765b32e47
commit b5a03bf406
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -7,7 +7,7 @@ pipeline {
steps {
script {
if (env.JOB_NAME == 'dspawn' && env.GIT_BRANCH == 'origin/main') {
sh 'sudo -H -u eobuilder /usr/local/bin/eobuilder -d stretch,buster dspawn'
sh 'sudo -H -u eobuilder /usr/local/bin/eobuilder -d bullseye dspawn'
}
}
}