Restore original list

This commit is contained in:
Parra 2021-12-21 13:55:12 +01:00
parent 310a16f464
commit 6240732946
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -100,7 +100,7 @@ pipeline {
VERSION = '.' + (env.BRANCH_NAME).tokenize('/')[1]
}
IMAGES = ''
for (ARCH in PLATFORM) {
for (ARCH in ['linux/amd64', 'linux/arm64', 'linux/arm', 'linux/386']) {
IMAGES += ' -a ' + TARGET + ':' + ARCH.tokenize('/')[1] + VERSION
}
}