diff --git a/Jenkinsfile b/Jenkinsfile index 033bb7d..57f22d9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -32,7 +32,7 @@ pipeline{ { agent { docker { - image 'xsangle/ci-tools:latest-amd64' + image 'xsangle/ci-tools:latest-arm64' // args '-v /etc/passwd:/etc/passwd' // Run the container on the node specified at the // top-level of the Pipeline, in the same workspace,