summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiaan van Stijn <github@gone.nl>2021-10-15 19:27:40 +0200
committerSebastiaan van Stijn <github@gone.nl>2023-05-05 01:18:41 +0200
commit575c0faa50681d3f9bbc75149e12990cf8b90248 (patch)
tree8fdde6e6ea1678d9c2243bec757dc7b984745cab
parent3275e2a936789f19f9e7c5371ae3451579821968 (diff)
downloaddocker-575c0faa50681d3f9bbc75149e12990cf8b90248.tar.gz
Jenkinsfile: use Ubuntu 20.04 for DCO stage
Also switching to use arm64, as all amd64 stages have moved to GitHub actions, so using arm64 allows the same machine to be used for tests after the DCO check completed. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 419c47a80af9a0423f05592ddf7e8151cfb1eb0b) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 97f7bdca16..b9af962f7c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -45,7 +45,7 @@ pipeline {
beforeAgent true
expression { params.dco }
}
- agent { label 'amd64 && ubuntu-1804 && overlay2' }
+ agent { label 'arm64 && ubuntu-2004' }
steps {
sh '''
docker run --rm \