mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
18 lines
434 B
YAML
18 lines
434 B
YAML
# Used by Gitaly: https://gitlab.com/gitlab-org/gitaly/blob/master/.gitlab-ci.yml
|
|
gitaly:
|
|
needs: []
|
|
extends:
|
|
- .build_and_push
|
|
stage: gitaly
|
|
parallel:
|
|
matrix:
|
|
- OS: ['debian:bullseye']
|
|
RUBY: ['2.7', '3.0']
|
|
GOLANG: ['1.18', '1.19']
|
|
RUST: ['1.65.0']
|
|
GIT: ['2.36']
|
|
- OS: ['ubi:8.6']
|
|
RUBY: ['2.7']
|
|
GOLANG: ['1.18']
|
|
RUST: ['1.65.0']
|
|
GIT: ['2.36']
|