ci: build for buster & bullseye

This commit is contained in:
Frédéric Péters 2022-08-05 22:31:15 +02:00
parent 445204dcdb
commit 9208349851
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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