Skip to content

Commit

Permalink
Update fc builds (#946)
Browse files Browse the repository at this point in the history
Drops fc37, adds fc40, restores rc39.

#929
  • Loading branch information
jw3 authored Nov 7, 2023
1 parent 22c8a97 commit 0f12d86
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
24 changes: 16 additions & 8 deletions .github/rpm-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,27 @@
"props": [
{
"platform": "fedora",
"dist": "fc38",
"dist": "fc40",
"spec": "fapolicy-analyzer.spec",
"image": "registry.fedoraproject.org/fedora:38",
"chroot": "fedora-38-x86_64",
"version": "38"
"image": "registry.fedoraproject.org/fedora:40",
"chroot": "fedora-40-x86_64",
"version": "40"
},
{
"platform": "fedora",
"dist": "fc39",
"spec": "fapolicy-analyzer.spec",
"image": "registry.fedoraproject.org/fedora:39",
"chroot": "fedora-39-x86_64",
"version": "39"
},
{
"platform": "fedora",
"dist": "fc37",
"dist": "fc38",
"spec": "fapolicy-analyzer.spec",
"image": "registry.fedoraproject.org/fedora:37",
"chroot": "fedora-37-x86_64",
"version": "37"
"image": "registry.fedoraproject.org/fedora:38",
"chroot": "fedora-38-x86_64",
"version": "38"
},
{
"platform": "rhel",
Expand Down
46 changes: 19 additions & 27 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0f12d86

Please sign in to comment.