Skip to content
Snippets Groups Projects
Commit 9b2c3e4e authored by Alexander A. Klimov's avatar Alexander A. Klimov :sunglasses: Committed by Julian Brost
Browse files

Add Fedora 36

parent a03e66d3
No related branches found
No related tags found
No related merge requests found
...@@ -70,6 +70,24 @@ upload/centos/7: ...@@ -70,6 +70,24 @@ upload/centos/7:
################################### ###################################
# Fedora # 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/fedora/35:
<<: *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