Commit c1ddadd
committed
fix(ci): update release pipeline for Linux-only builds
- Remove darwin platforms from release builds (SwarmCracker requires KVM/Firecracker)
- Add platform support note to release changelog
- Clarify Linux-only requirements in release notes
Fixes release pipeline failure when building for unsupported platforms.
Supported platforms:
- ✅ linux/amd64
- ✅ linux/arm64
Not supported (requires KVM):
- ❌ darwin/amd64
- ❌ darwin/arm64
- ❌ windows/*1 parent 29c0fb6 commit c1ddadd
1 file changed
Lines changed: 17 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
91 | 107 | | |
92 | 108 | | |
93 | 109 | | |
| |||
0 commit comments