From d054ea39f2a09b0f8fcc2cff7e1d6a159f462f0c Mon Sep 17 00:00:00 2001 From: Parra Date: Tue, 21 Dec 2021 13:21:00 +0100 Subject: [PATCH] Reduced platforms to amd64 and arm64 only --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 099e93a..f00c56b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -35,7 +35,7 @@ pipeline { axes { axis { name 'PLATFORM' - values 'linux/amd64', 'linux/386', 'linux/arm64', 'linux/arm' + values 'linux/amd64' } } stages {