This repository was archived by the owner on Apr 11, 2026. It is now read-only.
Commit 176317e
fix(release): drop unsupported targets (x86_64-darwin, windows)
ort-sys has no prebuilt ONNX binary for Intel Mac, so x86_64-apple-darwin builds fail. flowctl-daemon uses Unix sockets, so Windows builds fail. Drop both targets from the release matrix.
Also drop fastembed's image-models feature since we only use TextEmbedding for memory semantic search (saves ~20 transitive deps).
ensure-flowctl.sh now degrades gracefully: Intel Mac falls back to cargo build, Windows prints WSL recommendation.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 8fc80c7 commit 176317e
5 files changed
Lines changed: 14 additions & 594 deletions
File tree
- .github/workflows
- flowctl
- scripts/hooks
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | 30 | | |
33 | 31 | | |
34 | | - | |
35 | | - | |
| 32 | + | |
| 33 | + | |
36 | 34 | | |
37 | 35 | | |
38 | 36 | | |
| |||
0 commit comments