This is an automated email from the ASF dual-hosted git repository.
snuyanzin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new d1a9b37ce97 [FLINK-40462][ci] Fix Build Python Wheels for GHA
d1a9b37ce97 is described below
commit d1a9b37ce97caf63a6ca4dc5f76caf7e62610b3a
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Mon Aug 24 20:38:03 2026 +0200
[FLINK-40462][ci] Fix Build Python Wheels for GHA
---
.github/workflows/nightly.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 22441ebf98b..2586b4de649 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -129,8 +129,8 @@ jobs:
env:
# Skip -musllinux on Linux builds
CIBW_SKIP: "*-musllinux*"
- # Use manylinux2014 on Linux
- CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
+ # Use manylinux_2_28 on Linux
+ CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
CIBW_BEFORE_ALL_LINUX: pip install patchelf
CIBW_BEFORE_BUILD_LINUX: pip install --upgrade pip && pip install
--group flink-python/pyproject.toml:dev
CIBW_ENVIRONMENT_LINUX: CFLAGS="-I. -include
./dev/glibc_version_fix.h"