Skip to content

Commit 212b9f6

Browse files
runonthespotclaude
andcommitted
fix: restore ONNX Runtime features and switch to armv7 gnu target
- Restore ort-download-binaries and ort-load-dynamic features needed for fastembed - Switch from armv7-unknown-linux-musleabihf to armv7-unknown-linux-gnueabihf - Use cross-rs official image for armv7 gnu target which should have ONNX binaries 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent c39fb02 commit 212b9f6

4 files changed

Lines changed: 270 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
- build: linux-armv7
7171
os: ubuntu-latest
72-
target: armv7-unknown-linux-musleabihf
72+
target: armv7-unknown-linux-gnueabihf
7373
use-cross: true
7474

7575
# macOS builds

0 commit comments

Comments
 (0)