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

@@ -152,7 +152,8 @@ jobs:
cp -a build/install/bin $dst/
if [[ ${{ matrix.shared }} == ON ]]; then
cp -v build/install/lib/lib*.so $dst/
mkdir -p $dst/lib
cp -v build/install/lib/lib*.so $dst/lib/
fi
ls -lh build/install/lib
@@ -218,7 +219,7 @@ jobs:
file: sherpa-onnx-*linux-aarch64*.tar.bz2
- name: Release pre-compiled binaries and libs for rknn linux aarch64
# if: github.repository_owner == 'csukuangfj' && github.event_name == 'push' && contains(github.ref, 'refs/tags/')
if: github.repository_owner == 'csukuangfj' && github.event_name == 'push' && contains(github.ref, 'refs/tags/')
uses: svenstaro/upload-release-action@v2
with:
file_glob: true