File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 2323 - os : macos-latest
2424 platform : darwin-arm64
2525 runs-on : macos-latest
26- - os : macos-13
27- platform : darwin-x64
28- runs-on : macos-13
2926 - os : ubuntu-latest
3027 platform : linux-x64
3128 runs-on : ubuntu-latest
@@ -331,7 +328,7 @@ jobs:
331328 echo "## Requirements" >> "$NOTES_FILE"
332329 echo "" >> "$NOTES_FILE"
333330 echo "- Node.js 20 or higher" >> "$NOTES_FILE"
334- echo "- macOS (Intel or Apple Silicon) or Linux x64" >> "$NOTES_FILE"
331+ echo "- macOS Apple Silicon (M1/M2/M3/M4 ) or Linux x64" >> "$NOTES_FILE"
335332 echo "" >> "$NOTES_FILE"
336333 echo "## Usage" >> "$NOTES_FILE"
337334 echo "" >> "$NOTES_FILE"
@@ -347,7 +344,6 @@ jobs:
347344 echo "" >> "$NOTES_FILE"
348345 echo "This release includes binaries for:" >> "$NOTES_FILE"
349346 echo '- `roo-cli-darwin-arm64.tar.gz` - macOS Apple Silicon (M1/M2/M3)' >> "$NOTES_FILE"
350- echo '- `roo-cli-darwin-x64.tar.gz` - macOS Intel' >> "$NOTES_FILE"
351347 echo '- `roo-cli-linux-x64.tar.gz` - Linux x64' >> "$NOTES_FILE"
352348 echo "" >> "$NOTES_FILE"
353349 echo "## Checksums" >> "$NOTES_FILE"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ curl -fsSL https://raw.githubusercontent.com/RooCodeInc/Roo-Code/main/apps/cli/i
1919** Requirements:**
2020
2121- Node.js 20 or higher
22- - macOS (Intel or Apple Silicon) or Linux x64
22+ - macOS Apple Silicon (M1/M2/M3/M4 ) or Linux x64
2323
2424** Custom installation directory:**
2525
@@ -259,7 +259,7 @@ To trigger a release:
259259
260260The workflow will:
261261
262- 1 . Build the CLI on all platforms (macOS Intel, macOS ARM , Linux x64)
262+ 1 . Build the CLI on all platforms (macOS Apple Silicon , Linux x64)
2632632 . Create platform-specific tarballs with bundled ripgrep
2642643 . Verify each tarball
2652654 . Create a GitHub release with all tarballs attached
You can’t perform that action at this time.
0 commit comments