We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00d339e commit 6380cd4Copy full SHA for 6380cd4
1 file changed
ansible/roles/repository/templates/Jenkinsfile.j2
@@ -913,7 +913,7 @@ pipeline {
913
}
914
stage('Build ARM64') {
915
agent {
916
-{% if use_qemu is defined %}
+{% if use_qemu is defined or use_qemu_arm64 is defined %}
917
label 'X86-64-MULTI'
918
{% else %}
919
label 'ARM64'
@@ -987,7 +987,7 @@ pipeline {
987
{% if build_riscv64 %}
988
stage('Build RISCV64') {
989
990
+{% if use_qemu is defined or use_qemu_riscv64 is defined %}
991
992
993
label 'RISCV64'
0 commit comments