From 354e1994b9432e0718dabe81cc841a46a35933ff Mon Sep 17 00:00:00 2001 From: Parra Date: Tue, 21 Dec 2021 13:32:14 +0100 Subject: [PATCH] Creating release for 386, arm and amd64 platforms --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f00c56b..8080de5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -35,7 +35,7 @@ pipeline { axes { axis { name 'PLATFORM' - values 'linux/amd64' + values 'linux/amd64', 'linux/arm', 'linux/386' } } stages {