Skip to content

Commit

Permalink
Merge pull request #17 from yuravk/almalinux
Browse files Browse the repository at this point in the history
CI: Unblock AlmaLinux Kitten 10 on arm64
  • Loading branch information
eabdullin1 authored Dec 16, 2024
2 parents 1e810ff + 359042b commit 6cdf0d6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/almalinux-compose-test-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
default: '10'
type: choice
options:
- 10-kitten
- 10
- 9
- 8
Expand Down Expand Up @@ -183,8 +184,8 @@ jobs:
case ${{ inputs.version_major }} in
10-kitten)
sudo dnf install -y --enablerepo='extras-common' almalinux-kitten-release-devel
sudo dnf install -y --enablerepo="${enable_repo,,} devel" python3-pip beakerlib
sudo sh -c 'export PATH=$PATH:/usr/local/bin; pip install flexparser==0.3.1 tmt initscripts-service'
sudo dnf install -y --enablerepo="${enable_repo,,} devel" python3-pip beakerlib initscripts-service
sudo sh -c 'export PATH=$PATH:/usr/local/bin; pip install flexparser==0.3.1 tmt'
;;
10)
sudo dnf config-manager --add-repo https://build.almalinux.org/pulp/content/builds/AlmaLinux-Kitten-10-aarch64-20670-br/
Expand Down

0 comments on commit 6cdf0d6

Please sign in to comment.