ci: Add build jobs for epel-8
This commit is contained in:
parent
42c8ea0ab7
commit
bb86f6bafe
|
@ -49,6 +49,23 @@ variables:
|
||||||
###################################
|
###################################
|
||||||
# EPEL
|
# EPEL
|
||||||
###################################
|
###################################
|
||||||
|
build/rhel/8:
|
||||||
|
<<: *build
|
||||||
|
variables:
|
||||||
|
DOCKER_IMAGE: rhel/8
|
||||||
|
|
||||||
|
test/rhel/8:
|
||||||
|
<<: *test
|
||||||
|
variables:
|
||||||
|
DOCKER_IMAGE: rhel/8
|
||||||
|
dependencies:
|
||||||
|
- build/rhel/8
|
||||||
|
|
||||||
|
upload/epel/8:
|
||||||
|
<<: *upload
|
||||||
|
dependencies:
|
||||||
|
- build/rhel/8
|
||||||
|
|
||||||
build/centos/7:
|
build/centos/7:
|
||||||
<<: *build
|
<<: *build
|
||||||
variables:
|
variables:
|
||||||
|
|
Loading…
Reference in New Issue