mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 16:58:02 +02:00
gitlab-ci: add building on Fedora 31
And don't build Fedora 28 by default. It's aleady end of life. But for now keep it, so it can be triggered manually. (cherry picked from commitb40a3aa727) (cherry picked from commit6a4129485a)
This commit is contained in:
parent
1a0b344686
commit
5a32fa961e
1 changed files with 6 additions and 0 deletions
|
|
@ -84,6 +84,7 @@ t_fedora:28:
|
|||
<<: *fedora_install
|
||||
image: fedora:28
|
||||
<<: *do_build
|
||||
when: manual
|
||||
|
||||
t_fedora:29:
|
||||
<<: *fedora_install
|
||||
|
|
@ -103,6 +104,11 @@ t_fedora:30:
|
|||
image: fedora:30
|
||||
<<: *do_build
|
||||
|
||||
t_fedora:31:
|
||||
<<: *fedora_install
|
||||
image: fedora:31
|
||||
<<: *do_build
|
||||
|
||||
t_fedora:rawhide:
|
||||
<<: *fedora_install
|
||||
image: fedora:rawhide
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue