Build wheels for rknn linux aarch64 (#1928)
This commit is contained in:
5
.github/workflows/rknn-linux-aarch64.yaml
vendored
5
.github/workflows/rknn-linux-aarch64.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user