Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
Disable fedora38
Browse files Browse the repository at this point in the history
  • Loading branch information
babinskiy committed Oct 30, 2023
1 parent efe8557 commit fe843b9
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ jobs:
amazon2, amazon2023,
centos7, centos8, centos9,
debian8, debian9, debian10, debian11, debian12,
fedora31, fedora32, fedora34, fedora35, fedora36, fedora37, fedora38,
fedora31, fedora32, fedora34, fedora35, fedora36, fedora37,
# elastio-snap has been kept without support of kernel 6.5 and higher
# so we disable fedora38 because it has kernel 6.5
# fedora38,
ubuntu2004, ubuntu2204
]
arch: [ amd64 ]
Expand All @@ -58,8 +61,10 @@ jobs:
arch: arm64
- distro: fedora37
arch: arm64
- distro: fedora38
arch: arm64
# elastio-snap has been kept without support of kernel 6.5 and higher
# so we disable fedora38 because it has kernel 6.5
# - distro: fedora38
# arch: arm64
- distro: ubuntu2204
arch: arm64

Expand Down

0 comments on commit fe843b9

Please sign in to comment.