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}"

View file

@ -7,6 +7,7 @@ custom_version_command: "curl -sX GET https://api.github.com/repos/audacity/auda
release_type: stable
release_tag: latest
ls_branch: main
armhf_native: true
repo_vars:
- BUILD_VERSION_ARG = 'AUDACITY_VERSION'
- LS_USER = 'linuxserver'