Skip to content
Snippets Groups Projects
Commit f76598ec authored by thelamer's avatar thelamer
Browse files

use qemu

parent 07d1c2e7
No related branches found
No related tags found
No related merge requests found
...@@ -327,7 +327,7 @@ pipeline { ...@@ -327,7 +327,7 @@ pipeline {
} }
stage('Build ARMHF') { stage('Build ARMHF') {
agent { agent {
label 'ARMHF' label 'X86-64-MULTI'
} }
steps { steps {
withCredentials([ withCredentials([
...@@ -354,7 +354,7 @@ pipeline { ...@@ -354,7 +354,7 @@ pipeline {
} }
stage('Build ARM64') { stage('Build ARM64') {
agent { agent {
label 'ARM64' label 'X86-64-MULTI'
} }
steps { steps {
withCredentials([ withCredentials([
......
...@@ -6,6 +6,7 @@ external_type: os ...@@ -6,6 +6,7 @@ external_type: os
release_type: prerelease release_type: prerelease
release_tag: focal release_tag: focal
ls_branch: focal ls_branch: focal
use_qemu: true
repo_vars: repo_vars:
- BUILD_VERSION_ARG = 'OS' - BUILD_VERSION_ARG = 'OS'
- LS_USER = 'linuxserver' - LS_USER = 'linuxserver'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment