Creating release for 386, arm and amd64 platforms

This commit is contained in:
Parra 2021-12-21 13:32:14 +01:00
parent d054ea39f2
commit 354e1994b9
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -35,7 +35,7 @@ pipeline {
axes {
axis {
name 'PLATFORM'
values 'linux/amd64'
values 'linux/amd64', 'linux/arm', 'linux/386'
}
}
stages {