build on native

This commit is contained in:
aptalca 2020-12-01 17:47:05 -05:00
parent 3e710a2216
commit 8f8833ecc1
2 changed files with 2 additions and 3 deletions

4
Jenkinsfile vendored
View File

@ -339,7 +339,7 @@ pipeline {
}
stage('Build ARMHF') {
agent {
label 'X86-64-MULTI'
label 'ARMHF'
}
steps {
echo 'Logging into Github'
@ -359,7 +359,7 @@ pipeline {
}
stage('Build ARM64') {
agent {
label 'X86-64-MULTI'
label 'ARM64'
}
steps {
echo 'Logging into Github'

View File

@ -6,7 +6,6 @@ external_type: github_devel
release_type: stable
release_tag: latest
ls_branch: main
use_qemu: false
repo_vars:
- EXT_GIT_BRANCH = 'master'
- EXT_USER = 'hedgedoc'