From 310a16f46471e0b98158838865c769e5755da468 Mon Sep 17 00:00:00 2001 From: Parra Date: Tue, 21 Dec 2021 13:51:10 +0100 Subject: [PATCH] Added arm64 platform --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8080de5..20bc45e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -35,7 +35,7 @@ pipeline { axes { axis { name 'PLATFORM' - values 'linux/amd64', 'linux/arm', 'linux/386' + values 'linux/amd64', 'linux/arm64', 'linux/arm', 'linux/386' } } stages {