pull/40/head 218ba9f9-ls7
thelamer 2020-04-17 18:22:14 -07:00
rodzic 07d1c2e71b
commit f76598ec69
2 zmienionych plików z 3 dodań i 2 usunięć

4
Jenkinsfile vendored
Wyświetl plik

@ -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([

Wyświetl plik

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