swqap to qemu for baseimage build

This commit is contained in:
thelamer 2020-03-19 10:24:52 -07:00
parent ce034e61c3
commit ca2d673a3e
2 changed files with 3 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -327,7 +327,7 @@ pipeline {
}
stage('Build ARMHF') {
agent {
label 'ARMHF'
label 'X86-64-MULTI'
}
steps {
withCredentials([
@ -354,7 +354,7 @@ pipeline {
}
stage('Build ARM64') {
agent {
label 'ARM64'
label 'X86-64-MULTI'
}
steps {
withCredentials([

View File

@ -6,6 +6,7 @@ external_type: os
release_type: stable
release_tag: focal
ls_branch: master
use_qemu: true
repo_vars:
- BUILD_VERSION_ARG = 'XRDP_VERSION'
- LS_USER = 'linuxserver'