diff --git a/Jenkinsfile b/Jenkinsfile index 794a68d2..90da0865 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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([ diff --git a/jenkins-vars.yml b/jenkins-vars.yml index d7c95889..eddb4d91 100644 --- a/jenkins-vars.yml +++ b/jenkins-vars.yml @@ -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'