Add RHEL 9

This commit is contained in:
Henrik Triem 2022-08-10 15:50:03 +00:00
parent 1b637a2520
commit 4bcef74817

View File

@ -47,6 +47,26 @@ variables:
- master
- tags
###################################
# RHEL
###################################
build/rhel/9:
<<: *build
variables:
DOCKER_IMAGE: rhel/9
test/rhel/9:
<<: *test
variables:
DOCKER_IMAGE: rhel/9
dependencies:
- build/rhel/9
upload/rhel/9:
<<: *upload
dependencies:
- build/rhel/9
###################################
# EPEL
###################################