Skip to content
Snippets Groups Projects
Commit 873b8bd5 authored by Kevin Daudt's avatar Kevin Daudt :computer:
Browse files

ci: use generic tag for arch-independent jobs

This allows other fast runners to be used as well to run these jobs.
parent ac45431a
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment