Skip to content

Commit

Permalink
Add info to distros.yml for handling of legacy platforms. (#16718)
Browse files Browse the repository at this point in the history
Specifically, record the information required for them to be handled
correctly by our native package repositories.
  • Loading branch information
Ferroin committed Jan 3, 2024
1 parent e43376d commit 585c17e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/data/distros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,17 @@ include:
packages:
<<: *ubuntu_packages
repo_distro: ubuntu/focal
legacy: # Info for platforms we used to support and still need to handle packages for
- <<: *fedora
version: "37"
packages:
<<: *fedora_packages
repo_distro: fedora/37
- <<: *opensuse
version: "15.4"
packages:
<<: *opensuse_packages
repo_distro: opensuse/15.4
no_include: # Info for platforms not covered in CI
- distro: docker
version: "19.03 or newer"
Expand Down

0 comments on commit 585c17e

Please sign in to comment.