build using qemu

This commit is contained in:
thelamer 2020-03-15 20:48:08 -07:00
parent 6cc1689797
commit d965219198
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: prerelease
release_tag: mate-focal
ls_branch: mate-focal
use_qemu: true
repo_vars:
- BUILD_VERSION_ARG = 'OS_VERSION'
- LS_USER = 'linuxserver'