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

Merge pull request #42223 from StefanScherer/arm64-ubuntu

Pin arm64 machines to a specific Ubuntu version
This commit is contained in:
Sebastiaan van Stijn 2021-03-30 21:08:44 +02:00 committed by GitHub
commit b96a0909f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -939,7 +939,7 @@ pipeline {
beforeAgent true
expression { params.arm64 }
}
agent { label 'arm64 && linux' }
agent { label 'arm64 && ubuntu-2004' }
environment {
TEST_SKIP_INTEGRATION_CLI = '1'
}