1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #44198 from thaJeztah/22.06_backport_jenkinsfile_ubuntu_2004

[22.06 backport] Jenkinsfile: use Ubuntu 20.04 for DCO stage
This commit is contained in:
Sebastiaan van Stijn 2022-09-27 17:54:50 +02:00 committed by GitHub
commit 3d6a13f072
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -39,7 +39,7 @@ pipeline {
beforeAgent true
expression { params.dco }
}
agent { label 'amd64 && ubuntu-1804 && overlay2' }
agent { label 'arm64 && ubuntu-2004' }
steps {
sh '''
docker run --rm \