diff --git a/Jenkinsfile b/Jenkinsfile index 3c3d463..87b23f5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -431,7 +431,7 @@ pipeline { } stage('Build ARMHF') { agent { - label 'ARMHF' + label 'ARMHF-NATIVE' } steps { echo "Running on node: ${NODE_NAME}" diff --git a/jenkins-vars.yml b/jenkins-vars.yml index c32f9a4..d18f45d 100644 --- a/jenkins-vars.yml +++ b/jenkins-vars.yml @@ -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'