Switch to multi-arch, install via npm

This commit is contained in:
aptalca
2020-05-17 20:40:11 -04:00
parent 84873a6b62
commit 9137da0f15
8 changed files with 156 additions and 13 deletions

2
Jenkinsfile vendored
View File

@@ -27,7 +27,7 @@ pipeline {
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'