gitlab-build-images/.gitlab/ci/gitaly.images.yml
2022-09-26 17:09:19 +00:00

16 lines
384 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']
GIT: ['2.36']
- OS: ['ubi:8.6']
RUBY: ['2.7']
GOLANG: ['1.18']
GIT: ['2.36']