File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -113,10 +113,19 @@ blocks:
113
113
value : arm64
114
114
- name : CIBW_ARCHS
115
115
value : aarch64
116
+ - name : CIBW_ENVIRONMENT
117
+ value : AUDITWHEEL_PLAT="manylinux_2_28_aarch64"
118
+ - name : CIBW_MANYLINUX_*_IMAGE
119
+ value : manylinux_2_28
120
+ - name : CIBW_REPAIR_WHEEL_COMMAND
121
+ value : auditwheel repair -w {dest_dir} {wheel} --plat manylinux2014_aarch64
122
+ - name : CIBW_PROJECT_REQUIRES_PYTHON
123
+ value : " >=3.8"
116
124
jobs :
117
125
- name : Build
118
126
commands :
119
127
- sem-version python 3.8
128
+ - python -m pip install --upgrade pip
120
129
- PIP_INSTALL_OPTIONS="--user" tools/wheels/build-wheels.sh "${LIBRDKAFKA_VERSION#v}" wheelhouse
121
130
- tar -czf wheelhouse-linux-${ARCH}.tgz wheelhouse
122
131
- artifact push workflow wheelhouse-linux-${ARCH}.tgz
You can’t perform that action at this time.
0 commit comments