build armhf on native hw

This commit is contained in:
aptalca 2021-09-14 15:01:14 -04:00
parent b282abbd4a
commit 51dcedea65
2 changed files with 2 additions and 1 deletions

2
Jenkinsfile vendored
View file

@ -431,7 +431,7 @@ pipeline {
}
stage('Build ARMHF') {
agent {
label 'ARMHF'
label 'ARMHF-NATIVE'
}
steps {
echo "Running on node: ${NODE_NAME}"