ci: use generic tag for arch-independent jobs

This allows other fast runners to be used as well to run these jobs.
This commit is contained in:
Kevin Daudt 2025-02-20 15:28:22 +00:00
parent ac45431a45
commit 873b8bd5c0

View File

@ -24,7 +24,7 @@ lint:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
tags:
- docker-alpine
- x86_64
- ci-fast
generate-build-jobs:
stage: verify
@ -37,7 +37,7 @@ generate-build-jobs:
- .gitlab/build-jobs.yaml
tags:
- docker-alpine
- x86_64
- ci-fast
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"