Enable multi arch support in Jenkins

This commit is contained in:
Urjeet Patel
2020-02-27 12:33:08 -06:00
committed by GitHub
parent 0312d2cb78
commit ce75d1710c

View File

@@ -18,7 +18,7 @@ repo_vars:
- DEV_DOCKERHUB_IMAGE = 'lsiodev/code-server'
- PR_DOCKERHUB_IMAGE = 'lspipepr/code-server'
- DIST_IMAGE = 'ubuntu'
- MULTIARCH='false'
- MULTIARCH='true'
- CI='true'
- CI_WEB='true'
- CI_PORT='8443'