Skip to content

Commit 9ff75e5

Browse files
authored
Fix wheel generation for manylinux (#1777)
Fix wheel generation for manylinux
1 parent 1d0c6dc commit 9ff75e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/wheels/build-wheels.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ export CIBW_SKIP="pp* cp27-* cp35-* *i686 *musllinux* $CIBW_SKIP"
1212
# Run a simple test suite
1313
export CIBW_TEST_REQUIRES="-r tests/requirements.txt"
1414
export CIBW_TEST_COMMAND="pytest {project}/tests/test_Producer.py"
15+
export CIBW_MANYLINUX_X86_64_IMAGE="manylinux_2_28"
16+
export CIBW_MANYLINUX_AARCH64_IMAGE="manylinux_2_28"
1517

1618

1719
librdkafka_version=$1

0 commit comments

Comments
 (0)