diff --git a/Jenkinsfile b/Jenkinsfile index 6421cd6..dd36707 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -489,7 +489,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 8145f0e..114fbf5 100644 --- a/jenkins-vars.yml +++ b/jenkins-vars.yml @@ -7,6 +7,7 @@ custom_version_command: "curl -sX GET http://archive.ubuntu.com/ubuntu/dists/jam release_type: stable release_tag: latest ls_branch: master +armhf_native: true repo_vars: - BUILD_VERSION_ARG = 'KDENLIVE_VERSION' - LS_USER = 'linuxserver'