Build wheels for rknn linux aarch64 (#1928)

This commit is contained in:
Fangjun Kuang
2025-02-26 18:58:57 +08:00
committed by GitHub
parent 82cb8a5dc3
commit eebe19997d
4 changed files with 131 additions and 4 deletions

View File

@@ -174,7 +174,8 @@ jobs:
cp -a build/install/bin $dst/
if [[ ${{ matrix.shared_lib }} == ON ]]; then
cp -av build/install/lib $dst/
mkdir $dst/lib
cp -av build/install/lib/*.so* $dst/lib/
fi
cp -a build/install/include $dst/