Skip to content

Commit

Permalink
Merge pull request #2 from linuxserver/native
Browse files Browse the repository at this point in the history
build armhf on native
  • Loading branch information
thelamer authored Mar 8, 2022
2 parents ee07579 + ad44ac3 commit 990bf97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ pipeline {
}
stage('Build ARMHF') {
agent {
label 'ARMHF'
label 'ARMHF-NATIVE'
}
steps {
echo "Running on node: ${NODE_NAME}"
Expand Down
1 change: 1 addition & 0 deletions jenkins-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 990bf97

Please sign in to comment.