From 87889ec615ca7561463e44794fa805d11e784a3f Mon Sep 17 00:00:00 2001 From: dany Date: Tue, 2 Aug 2022 19:01:43 +0200 Subject: [PATCH] Update 'Jenkinsfile' --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: