Skip to content

Commit

Permalink
🙈 Retry glibc 2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Jan 25, 2025
1 parent c6152c0 commit 425b1b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ env:
CIBW_BUILD_FRONTEND: "build"
CIBW_BUILD: "cp312-*"
CIBW_SKIP: "pp* *musllinux*"
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux_2_28"
CIBW_MANYLINUX_AARCH64_IMAGE: "manylinux_2_28"
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux_2_14"
CIBW_MANYLINUX_AARCH64_IMAGE: "manylinux_2_14"

jobs:
sdist:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ A subset of the platforms supported by Hugo itself are supported by these wheels
| ------------ | --------------- | -------------------------------------- |
| macOS | x86_64 (Intel) | ✅ macOS 10.13 (High Sierra) and later |
| macOS | arm64 (Silicon) | ✅ macOS 11.0 (Big Sur) and later |
| Linux | amd64 | ✅ glibc 2.24 and later |
| Linux | arm64 | ✅ glibc 2.24 and later |
| Linux | amd64 | ✅ glibc 2.17 and later |
| Linux | arm64 | ✅ glibc 2.17 and later |
| Linux | s390x | ✅ glibc 2.17 and later |
| Linux | ppc64le | ✅ glibc 2.17 and later |
| Windows | x86_64 ||
Expand Down

0 comments on commit 425b1b3

Please sign in to comment.