Skip to content
This repository was archived by the owner on Apr 25, 2023. It is now read-only.

Commit c317f62

Browse files
committed
use qemu to build fedora base
1 parent 0cddab4 commit c317f62

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ pipeline {
405405
}
406406
stage('Build ARMHF') {
407407
agent {
408-
label 'ARMHF'
408+
label 'X86-64-MULTI'
409409
}
410410
steps {
411411
echo "Running on node: ${NODE_NAME}"
@@ -439,7 +439,7 @@ pipeline {
439439
}
440440
stage('Build ARM64') {
441441
agent {
442-
label 'ARM64'
442+
label 'X86-64-MULTI'
443443
}
444444
steps {
445445
echo "Running on node: ${NODE_NAME}"

jenkins-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ external_type: os
66
release_type: prerelease
77
release_tag: fedora
88
ls_branch: fedora
9+
use_qemu: true
910
repo_vars:
1011
- BUILD_VERSION_ARG = 'XRDP_VERSION'
1112
- LS_USER = 'linuxserver'

0 commit comments

Comments
 (0)