mirror of
https://github.com/linuxserver/docker-rdesktop.git
synced 2026-02-20 06:16:43 +08:00
build using qemu
This commit is contained in:
parent
6cc1689797
commit
d965219198
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -327,7 +327,7 @@ pipeline {
|
||||
}
|
||||
stage('Build ARMHF') {
|
||||
agent {
|
||||
label 'ARMHF'
|
||||
label 'X86-64-MULTI'
|
||||
}
|
||||
steps {
|
||||
withCredentials([
|
||||
@ -354,7 +354,7 @@ pipeline {
|
||||
}
|
||||
stage('Build ARM64') {
|
||||
agent {
|
||||
label 'ARM64'
|
||||
label 'X86-64-MULTI'
|
||||
}
|
||||
steps {
|
||||
withCredentials([
|
||||
|
||||
@ -6,6 +6,7 @@ external_type: os
|
||||
release_type: prerelease
|
||||
release_tag: mate-focal
|
||||
ls_branch: mate-focal
|
||||
use_qemu: true
|
||||
repo_vars:
|
||||
- BUILD_VERSION_ARG = 'OS_VERSION'
|
||||
- LS_USER = 'linuxserver'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user