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

Add Fedora 34

parent bd2446cc
No related branches found
No related tags found
No related merge requests found
...@@ -86,6 +86,24 @@ upload/epel/7: ...@@ -86,6 +86,24 @@ upload/epel/7:
################################### ###################################
# Fedora # Fedora
################################### ###################################
build/fedora/34:
<<: *build
variables:
DOCKER_IMAGE: fedora/34
RPM_BUILD_NCPUS: '1'
test/fedora/34:
<<: *test
variables:
DOCKER_IMAGE: fedora/34
dependencies:
- build/fedora/34
upload/fedora/34:
<<: *upload
dependencies:
- build/fedora/34
build/fedora/33: build/fedora/33:
<<: *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