Bot Updating Templated Files

pull/51/head
LinuxServer-CI 2020-09-12 00:25:29 +01:00
rodzic b344c5d944
commit 788ad3ea13
1 zmienionych plików z 2 dodań i 2 usunięć

4
Jenkinsfile vendored
Wyświetl plik

@ -324,7 +324,7 @@ pipeline {
} }
stage('Build ARMHF') { stage('Build ARMHF') {
agent { agent {
label 'X86-64-MULTI' label 'ARMHF'
} }
steps { steps {
withCredentials([ withCredentials([
@ -353,7 +353,7 @@ pipeline {
} }
stage('Build ARM64') { stage('Build ARM64') {
agent { agent {
label 'X86-64-MULTI' label 'ARM64'
} }
steps { steps {
withCredentials([ withCredentials([