Remove multiarch

This commit is contained in:
tobbenb
2020-09-24 15:06:37 +02:00
parent 365dd117d3
commit b93ccb80dc
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@@ -27,7 +27,7 @@ pipeline {
DEV_DOCKERHUB_IMAGE = 'lsiodev/tvheadend'
PR_DOCKERHUB_IMAGE = 'lspipepr/tvheadend'
DIST_IMAGE = 'ubuntu'
MULTIARCH='true'
MULTIARCH='false'
CI='true'
CI_WEB='true'
CI_PORT='9981'

View File

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