Reduced platforms to amd64 and arm64 only

This commit is contained in:
Parra 2021-12-21 13:21:00 +01:00
parent 382511f22a
commit d054ea39f2
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', 'linux/386', 'linux/arm64', 'linux/arm'
values 'linux/amd64'
}
}
stages {