Add Fedora 35
This commit is contained in:
parent
e84480a0e7
commit
76bd907a0e
|
@ -86,6 +86,23 @@ upload/epel/7:
|
|||
###################################
|
||||
# Fedora
|
||||
###################################
|
||||
build/fedora/35:
|
||||
<<: *build
|
||||
variables:
|
||||
DOCKER_IMAGE: fedora/35
|
||||
|
||||
test/fedora/35:
|
||||
<<: *test
|
||||
variables:
|
||||
DOCKER_IMAGE: fedora/35
|
||||
dependencies:
|
||||
- build/fedora/35
|
||||
|
||||
upload/fedora/35:
|
||||
<<: *upload
|
||||
dependencies:
|
||||
- build/fedora/35
|
||||
|
||||
build/fedora/34:
|
||||
<<: *build
|
||||
variables:
|
||||
|
|
Loading…
Reference in New Issue