Skip to content
Snippets Groups Projects
Commit f250c78c authored by Henrik Triem's avatar Henrik Triem
Browse files

Add support for Fedora 32 from 'master' into 2.12

parents 0365b30f 6c17c919
No related branches found
No related tags found
No related merge requests found
Pipeline #9582 passed
......@@ -105,6 +105,23 @@ upload/epel/6:
###################################
# Fedora
###################################
build/fedora/32:
<<: *build
variables:
DOCKER_IMAGE: fedora/32
test/fedora/32:
<<: *test
variables:
DOCKER_IMAGE: fedora/32
dependencies:
- build/fedora/32
upload/fedora/32:
<<: *upload
dependencies:
- build/fedora/32
build/fedora/31:
<<: *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