mirror of
https://github.com/linuxserver/docker-audacity.git
synced 2025-06-06 17:48:43 +02:00
build armhf on native hw
This commit is contained in:
parent
b282abbd4a
commit
51dcedea65
2 changed files with 2 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -431,7 +431,7 @@ pipeline {
|
|||
}
|
||||
stage('Build ARMHF') {
|
||||
agent {
|
||||
label 'ARMHF'
|
||||
label 'ARMHF-NATIVE'
|
||||
}
|
||||
steps {
|
||||
echo "Running on node: ${NODE_NAME}"
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue