From 51dcedea65aff7eb50c2e9cd8bbed2e22b489864 Mon Sep 17 00:00:00 2001 From: aptalca Date: Tue, 14 Sep 2021 15:01:14 -0400 Subject: [PATCH] build armhf on native hw --- Jenkinsfile | 2 +- jenkins-vars.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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'