Skip to content

Commit

Permalink
remove Fedora 36 and add Fedora 39
Browse files Browse the repository at this point in the history
Fedora 39 became rawhide when Fedora 38 was branched on 2023-02-07.
Fedora 38 was released on 2023-04-17.
Fedora 36 went EOL on 2023-05-16.
  • Loading branch information
gotmax23 committed May 28, 2023
1 parent 23b040f commit 70a2102
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 62 deletions.
58 changes: 0 additions & 58 deletions .github/workflows/systemd-Fedora.36-ci.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/systemd-Fedora.37-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,3 @@ jobs:
org.opencontainers.image.licenses=${{ github.event.repository.license.spdx_id }}
tags: |
quay.io/gotmax23/fedora-systemd:37
quay.io/gotmax23/fedora-systemd:latest
2 changes: 1 addition & 1 deletion .github/workflows/systemd-Fedora.38-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ jobs:
org.opencontainers.image.licenses=${{ github.event.repository.license.spdx_id }}
tags: |
quay.io/gotmax23/fedora-systemd:38
quay.io/gotmax23/fedora-systemd:rawhide
quay.io/gotmax23/fedora-systemd:latest
4 changes: 2 additions & 2 deletions src/systemd/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,12 +230,12 @@ distros:
vars:
baseimage_repo: registry.fedoraproject.org/fedora
outputs:
- baseimage_version: 36
- baseimage_version: 37
- baseimage_version: 38
vars:
extra_CI_image_tags:
- "latest"
- baseimage_version: 38
- baseimage_version: 39
vars:
extra_CI_image_tags:
- "rawhide"
Expand Down

0 comments on commit 70a2102

Please sign in to comment.