Skip to content

Commit

Permalink
Add AlmaLinux8 CI Test
Browse files Browse the repository at this point in the history
  • Loading branch information
muratugureminoglu authored Jan 21, 2025
1 parent e9c4bd9 commit c5a8aec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/almalinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ name: AlmaLinux
on: [push]

jobs:

Almalinux8:
runs-on: ubuntu-24.04
container: almalinux:8
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/deploy-almalinux-8

Almalinux9:
runs-on: ubuntu-24.04
container: almalinux:9
Expand Down

0 comments on commit c5a8aec

Please sign in to comment.