Skip to content
Snippets Groups Projects
Commit 81b1229d authored by Markus Frosch's avatar Markus Frosch
Browse files

ci: Add build jobs for epel-8

parent 92eb361d
No related branches found
No related tags found
No related merge requests found
Pipeline #4346 failed
......@@ -49,6 +49,23 @@ variables:
###################################
# 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
variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment