Add Fedora 36

This commit is contained in:
Alexander A. Klimov 2022-04-12 13:05:14 +00:00
parent a82791fee7
commit 61b06eee17

View File

@ -71,6 +71,24 @@ upload/centos/7:
###################################
# Fedora
###################################
build/fedora/36:
<<: *build
variables:
DOCKER_IMAGE: fedora/36
RPM_BUILD_NCPUS: '1'
test/fedora/36:
<<: *test
variables:
DOCKER_IMAGE: fedora/36
dependencies:
- build/fedora/36
upload/fedora/36:
<<: *upload
dependencies:
- build/fedora/36
build/fedora/35:
<<: *build
variables: