-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature(action_rpm): modify to use glibc version
- Loading branch information
Showing
2 changed files
with
16 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,15 @@ | ||
# packaging | ||
Alumet docker images and distro-specific packages | ||
|
||
When you're downloading the rpm, use a compatible glibc version particularly if you're not on fedora. | ||
|
||
| Version of fedora | Version of libc | | ||
|------------------- |----------------- | | ||
| Fedora Linux 42 | glibc 2.40 | | ||
| Fedora Linux 41 | glibc 2.40 | | ||
| Fedora Linux 40 | glibc 2.39 | | ||
| Fedora Linux 39 | glibc 2.38 | | ||
| Fedora Linux 38 | glibc 2.37 | | ||
| Fedora Linux 37 | glibc 2.36 | | ||
| Fedora Linux 36 | glibc 2.35 | | ||
| Fedora Linux 35 | glibc 2.34 | |