mirror of
https://github.com/linuxserver/docker-hedgedoc.git
synced 2026-03-16 00:01:47 +08:00
build on native
This commit is contained in:
parent
3e710a2216
commit
8f8833ecc1
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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'
|
||||
|
||||
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user