mirror of
https://github.com/linuxserver/docker-baseimage-rdesktop.git
synced 2026-02-20 08:39:58 +08:00
swqap to qemu for baseimage build
This commit is contained in:
parent
ce034e61c3
commit
ca2d673a3e
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: stable
|
||||
release_tag: focal
|
||||
ls_branch: master
|
||||
use_qemu: true
|
||||
repo_vars:
|
||||
- BUILD_VERSION_ARG = 'XRDP_VERSION'
|
||||
- LS_USER = 'linuxserver'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user