diff --git a/Jenkinsfile b/Jenkinsfile index e3b759f..3d27d90 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -44,7 +44,7 @@ pipeline{ { agent { docker { - image 'xsangle/ci-tools:latest-arm64' + image 'xsangle/ci-tools:latest-amd64' // Run the container on the node specified at the // top-level of the Pipeline, in the same workspace, // rather than on a new node entirely: