From 6ad9a7fbb993b72a3b89ca0c7b967ff5921a1e76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 12 Dec 2021 11:26:55 +0100 Subject: [PATCH] jenkins: build packages for buster & bullseye --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3a003c3..6b596dd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -31,7 +31,7 @@ PGPORT=`python -c 'import struct; import socket; s=socket.socket(); s.setsockopt steps { script { if (env.JOB_NAME == 'authentic2-cut' && env.GIT_BRANCH == 'origin/main') { - sh 'sudo -H -u eobuilder /usr/local/bin/eobuilder authentic2-cut' + sh 'sudo -H -u eobuilder /usr/local/bin/eobuilder -d buster,bullseye authentic2-cut' } } }