Commit cd0770e
fix(ci): 禁用 Linux ARM64 构建以避免 CGO 交叉编译问题
- 排除 linux/arm64 组合(需要特殊交叉编译工具链)
- 保留主要平台支持:
• Linux x86_64
• macOS x86_64 & ARM64 (M1/M2)
• Windows x86_64
- 未来可通过 GitHub Actions 矩阵构建来支持 ARM64
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent cd14048 commit cd0770e
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| |||
0 commit comments