mirror of
https://git.icinga.com/packaging/rpm-icingaweb2.git
synced 2025-07-28 16:34:06 +02:00
Build Fedora v35 and v36
This commit is contained in:
parent
fce159f10b
commit
5b1645e662
@ -46,9 +46,6 @@ variables:
|
||||
- master
|
||||
- tags
|
||||
|
||||
###################################
|
||||
# EPEL
|
||||
###################################
|
||||
build/centos/7:
|
||||
<<: *build
|
||||
variables:
|
||||
@ -65,3 +62,40 @@ upload/centos/7:
|
||||
<<: *upload
|
||||
dependencies:
|
||||
- build/centos/7
|
||||
|
||||
|
||||
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:
|
||||
DOCKER_IMAGE: fedora/35
|
||||
RPM_BUILD_NCPUS: '1'
|
||||
|
||||
test/fedora/35:
|
||||
<<: *test
|
||||
variables:
|
||||
DOCKER_IMAGE: fedora/35
|
||||
dependencies:
|
||||
- build/fedora/35
|
||||
|
||||
upload/fedora/35:
|
||||
<<: *upload
|
||||
dependencies:
|
||||
- build/fedora/35
|
||||
|
Loading…
x
Reference in New Issue
Block a user