Bot Updating Templated Files
rodzic
b344c5d944
commit
788ad3ea13
|
@ -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([
|
||||||
|
|
Ładowanie…
Reference in New Issue