Commit cfb3511
π Pre-built Binary Support - Fast Installation
Major improvements for production deployments:
**GitHub Actions:**
- β
Automated binary builds on tag/release
- β
Multi-platform support (Linux x86_64/aarch64, macOS x86_64/aarch64)
- β
Direct binary uploads (no tar.gz)
- β
Stripped binaries for smaller size
**Installer Improvements:**
- β
Downloads pre-built binaries from GitHub Releases
- β
Falls back to source build if binary unavailable
- β
Installs in seconds instead of 10+ minutes
- β
Better logging and error messages
**Repository Cleanup:**
- β
Improved .gitignore (build artifacts, IDE files, logs)
- β
Removed unnecessary documentation files
- β
Server configs excluded from git
**Installation:**
```bash
curl -sSL https://raw.githubusercontent.com/ismoilovdevml/RustStrom/main/install.sh | bash
```
Next: Create v1.0.1 release tag to trigger binary builds
π€ Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 45d9962 commit cfb3511
File tree
12 files changed
+44
-1815
lines changed- .github/workflows
12 files changed
+44
-1815
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | | - | |
81 | | - | |
82 | | - | |
| 80 | + | |
83 | 81 | | |
84 | 82 | | |
85 | 83 | | |
86 | 84 | | |
87 | 85 | | |
88 | 86 | | |
89 | 87 | | |
90 | | - | |
91 | | - | |
92 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
93 | 91 | | |
94 | 92 | | |
95 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
0 commit comments