gitlab-build-images/.gitlab/ci/gitaly.images.yml
Balasankar "Balu" C 67adad0f40
Add UBI variants of Gitaly images
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
2022-07-06 13:17:18 +05:30

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.17', '1.18']
GIT: ['2.36']
- OS: ['ubi:8.6']
RUBY: ['2.7']
GOLANG: ['1.17']
GIT: ['2.36']