We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d0c6dc commit 9ff75e5Copy full SHA for 9ff75e5
tools/wheels/build-wheels.sh
@@ -12,6 +12,8 @@ export CIBW_SKIP="pp* cp27-* cp35-* *i686 *musllinux* $CIBW_SKIP"
12
# Run a simple test suite
13
export CIBW_TEST_REQUIRES="-r tests/requirements.txt"
14
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"
17
18
19
librdkafka_version=$1
0 commit comments