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

ci: Add build jobs for epel-8

parent 42c8ea0a
No related branches found
No related tags found
No related merge requests found
Pipeline #5432 failed
...@@ -49,6 +49,23 @@ variables: ...@@ -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:
......
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