mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
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:
parent
ac45431a45
commit
873b8bd5c0
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user