mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Start building repositories for Fedora
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
d4313aae45
commit
977d934061
2 changed files with 10 additions and 0 deletions
9
.github/workflows/build-rpm-repo.yml
vendored
9
.github/workflows/build-rpm-repo.yml
vendored
|
@ -48,6 +48,15 @@ jobs:
|
|||
- distro: redhat
|
||||
version: "9"
|
||||
arch: x86_64
|
||||
- distro: fedora
|
||||
version: "36"
|
||||
arch: x86_64
|
||||
- distro: fedora
|
||||
version: "37"
|
||||
arch: x86_64
|
||||
- distro: fedora
|
||||
version: "38"
|
||||
arch: x86_64
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
|
@ -388,6 +388,7 @@ def rpm(
|
|||
distro_info = {
|
||||
"amazon": ["2"],
|
||||
"redhat": ["7", "8", "9"],
|
||||
"fedora": ["36", "37", "38"],
|
||||
}
|
||||
display_name = f"{distro.capitalize()} {distro_version}"
|
||||
if distro_version not in distro_info[distro]:
|
||||
|
|
Loading…
Add table
Reference in a new issue