Skip to content

Commit

Permalink
[CI] Add AlmaLinux 10 beta build to GitLab CI
Browse files Browse the repository at this point in the history
  • Loading branch information
amadio committed Nov 26, 2024
1 parent 0b35754 commit eb8a2a3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,13 @@ AlmaLinux 9:
- dnf config-manager --set-enabled crb
<<: *rpm_build_dnf

AlmaLinux 10 (beta):
image: almalinux:10-kitten
before_script:
- dnf install -y epel-release
- dnf config-manager --set-enabled crb
<<: *rpm_build_dnf

Fedora 39:
image: fedora:39
<<: *rpm_build_dnf
Expand Down

0 comments on commit eb8a2a3

Please sign in to comment.