Skip to content

Commit 8c5689f

Browse files
committed
disable multi arch
1 parent 977c864 commit 8c5689f

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/webstation'
2828
PR_DOCKERHUB_IMAGE = 'lspipepr/webstation'
2929
DIST_IMAGE = 'ubuntu'
30-
MULTIARCH='true'
30+
MULTIARCH='false'
3131
CI='true'
3232
CI_WEB='true'
3333
CI_PORT='3001'

jenkins-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repo_vars:
1616
- DEV_DOCKERHUB_IMAGE = 'lsiodev/webstation'
1717
- PR_DOCKERHUB_IMAGE = 'lspipepr/webstation'
1818
- DIST_IMAGE = 'ubuntu'
19-
- MULTIARCH='true'
19+
- MULTIARCH='false'
2020
- CI='true'
2121
- CI_WEB='true'
2222
- CI_PORT='3001'

0 commit comments

Comments
 (0)