Add buster to the Jenkins build

This commit is contained in:
Oliver Jowett 2019-11-07 10:41:40 +08:00
parent 36ae24838f
commit f1fef5b8fc
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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') {