Skip to content

Commit e4a5307

Browse files
committed
Remove multiarch
1 parent d7451d3 commit e4a5307

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pipeline {
2727
DEV_DOCKERHUB_IMAGE = 'lsiodev/lsio-api'
2828
PR_DOCKERHUB_IMAGE = 'lspipepr/lsio-api'
2929
DIST_IMAGE = 'alpine'
30-
MULTIARCH='true'
30+
MULTIARCH='false'
3131
CI='true'
3232
CI_WEB='false'
3333
CI_PORT='8000'

jenkins-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repo_vars:
1515
- DEV_DOCKERHUB_IMAGE = 'lsiodev/lsio-api'
1616
- PR_DOCKERHUB_IMAGE = 'lspipepr/lsio-api'
1717
- DIST_IMAGE = 'alpine'
18-
- MULTIARCH='true'
18+
- MULTIARCH='false'
1919
- CI='true'
2020
- CI_WEB='false'
2121
- CI_PORT='8000'

0 commit comments

Comments
 (0)