diff --git a/Jenkinsfile b/Jenkinsfile index 20a966b..70b3d60 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,7 @@ node(label: 'raspberrypi') { durabilityHint(hint: 'PERFORMANCE_OPTIMIZED') ]) - def dists = ["stretch", "jessie"] + def dists = ["buster", "stretch", "jessie"] def srcdir = "${WORKSPACE}/src" stage('Checkout') {