Skip to content

Commit

Permalink
workflows: build: update RockyLinux 9.4 and add 9.5
Browse files Browse the repository at this point in the history
RockyLinux 9.5 was released, which meant the the previous 9.4 packages
have moved to the 'vault'. This change updates the ranges to include
RockyLinux 9.5, and make sure that 9.4 is pointing to the 'vault' path.

Signed-off-by: Ryno Swart <[email protected]>
Signed-off-by: Louis Peens <[email protected]>
  • Loading branch information
ryno-swart-corigine authored and louis-peens committed Nov 22, 2024
1 parent a0f50ef commit ad5220b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ jobs:
{ "name": "9.2", "container": "rockylinux:9.0" },
{ "name": "9.3", "container": "rockylinux:9.0" },
{ "name": "9.4", "container": "rockylinux:9.0" },
{ "name": "9.5", "container": "rockylinux:9.0" },
{ "name": "9-stream", "container": "rockylinux:9.0" },
]
container:
Expand All @@ -182,8 +183,8 @@ jobs:
7.[0-9].*|8.[0-5].*|8-stream) MIRROR="vault.centos.org" ;;
8.[6-9]) MIRROR="dl.rockylinux.org/vault/rocky" ;;
8.10) MIRROR="dl.rockylinux.org/pub/rocky" ;;
9.[0-3]) MIRROR="dl.rockylinux.org/vault/rocky" ;;
9.[4-9]) MIRROR="dl.rockylinux.org/pub/rocky" ;;
9.[0-4]) MIRROR="dl.rockylinux.org/vault/rocky" ;;
9.[5-9]) MIRROR="dl.rockylinux.org/pub/rocky" ;;
9-*) MIRROR="mirror.stream.centos.org" ;;
*) MIRROR="mirror.centos.org/centos" ;;
esac
Expand Down

0 comments on commit ad5220b

Please sign in to comment.