rodzic
07d1c2e71b
commit
f76598ec69
|
@ -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 {
|
||||||
}
|
}
|
||||||
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
|
||||||
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'
|
||||||
|
|
Ładowanie…
Reference in New Issue