Skip to content

Commit

Permalink
[CI] Update fedora platforms.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal committed Aug 30, 2021
1 parent 3bbf3b9 commit 51859e8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ build:cc7:
- schedules
- web

build:fedora-rawhide:
build:fedora-36:
stage: build:rpm
image: fedora:rawhide
image: fedora:36
script:
- dnf install --nogpg -y gcc-c++ rpm-build which tar dnf-plugins-core git
- cd packaging/
Expand All @@ -123,9 +123,9 @@ build:fedora-rawhide:
- schedules
- web

build:fedorai-33:
build:fedorai-35:
stage: build:rpm
image: fedora:33
image: fedora:35
script:
- dnf install --nogpg -y gcc-c++ rpm-build which tar dnf-plugins-core git
- cd packaging/
Expand All @@ -151,9 +151,9 @@ build:fedorai-33:
- schedules
- web

build:fedora-32:
build:fedora-34:
stage: build:rpm
image: fedora:32
image: fedora:34
script:
- dnf install --nogpg -y gcc-c++ rpm-build which tar dnf-plugins-core git
- cd packaging/
Expand All @@ -179,9 +179,9 @@ build:fedora-32:
- schedules
- web

build:fedora-31:
build:fedora-33:
stage: build:rpm
image: fedora:31
image: fedora:33
script:
- dnf install --nogpg -y gcc-c++ rpm-build which tar dnf-plugins-core git
- cd packaging/
Expand Down

0 comments on commit 51859e8

Please sign in to comment.