Commit ea05d97
fix: Simplify GitHub Actions to native Ubuntu build
Switch from cross-compilation to native Ubuntu build to eliminate
cross-compilation toolchain issues. Focuses on Linux binary which
is most critical for server deployment.
Changes:
- Remove cross-compilation dependencies
- Use native cargo build --release on ubuntu-latest
- Eliminates C compiler dependency issues
- Faster and more reliable CI/CD pipeline
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 645a226 commit ea05d97
1 file changed
Lines changed: 6 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
| 51 | + | |
| 52 | + | |
53 | 53 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
| 54 | + | |
| 55 | + | |
65 | 56 | | |
66 | 57 | | |
67 | 58 | | |
68 | 59 | | |
69 | 60 | | |
70 | | - | |
| 61 | + | |
71 | 62 | | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | 63 | | |
78 | 64 | | |
79 | 65 | | |
| |||
0 commit comments