Skip to content

Commit 76c8b71

Browse files
committed
feat: add manylinux_2_31_armv7l image
1 parent 6448fdf commit 76c8b71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/build_scripts/finalize.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ pipx upgrade-shared --pip-args="--no-index --find-links=/tmp/pinned-wheels"
8383
for TOOL_PATH in $(find ${MY_DIR}/requirements-tools -type f); do
8484
TOOL=$(basename ${TOOL_PATH})
8585
case ${AUDITWHEEL_PLAT}-${TOOL} in
86+
manylinux*_armv7l-swig|manylinux*_armv7l-cmake) apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y ${TOOL};;
8687
musllinux*_s390x-uv) continue;; # uv doesn't provide musl s390x wheels due to Rust issues
8788
*) pipx install --pip-args="--require-hashes -r ${TOOL_PATH} --only-binary" ${TOOL};;
8889
esac

0 commit comments

Comments
 (0)