Skip to content

Commit 1ce4258

Browse files
cursoragentlovasoa
andcommitted
build: Use Rocky Linux 8 for RPM builds
Co-authored-by: contact <[email protected]>
1 parent 89a3717 commit 1ce4258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
build-rpm:
9898
name: Build RPM Package
9999
runs-on: ubuntu-latest
100-
container: fedora:latest
100+
container: rockylinux:8 # Use Rocky Linux 8 for maximum glibc compatibility (glibc 2.28)
101101
steps:
102102
- name: Install git for checkout
103103
run: dnf install -y git

0 commit comments

Comments
 (0)