Pipeline: turn off the arm64 pipeline for non-DDs

The default arm64 (and riscv64) runners on Salsa are only available for
DDs. Instead of enabling the runners for the main namespace, they are
only turned off for non-DDs.

See the documentation at
https://salsa.debian.org/salsa-ci-team/pipeline#enable-building-on-arm-and-risc-v
This commit is contained in:
Roland Clobus 2024-10-26 10:42:57 +02:00
parent 5b7e7f5432
commit 48e4864fde
No known key found for this signature in database
GPG Key ID: 62C57C6AA61495BD
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ ISO amd64:
ISO arm64:
extends:
- .lb-build
rules:
- if: $CI_PROJECT_ROOT_NAMESPACE != "rclobus-guest"
variables:
BUILD_ARCH: 'arm64'
tags: