File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 ## Binaries
4848
4949 - **Linux**: `rb-linux` and `rb-linux-debug`
50- - **macOS**: `rb-macos` and `rb-macos-debug`
50+ - **macOS (Apple Silicon) **: `rb-macos` and `rb-macos-debug`
5151 - **Windows**: `rb-windows.exe` and `rb-windows-debug.exe`
5252
5353 ---
6666 target : x86_64-unknown-linux-gnu
6767 suffix : linux
6868 ext : " "
69- - os : macos-x86_64-latest
70- target : x86_64-apple-darwin
71- suffix : macos
72- ext : " "
7369 - os : macos-latest
7470 target : aarch64-apple-darwin
7571 suffix : macos
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Download the latest production binary for your platform from [releases](https://
1717curl -L https://github.com/RubyElders/ruby-butler/releases/latest/download/rb-linux -o ~ /.local/bin/rb && chmod +x ~ /.local/bin/rb
1818```
1919
20- ### macOS
20+ ### macOS (Apple Silicon)
2121``` bash
2222curl -L https://github.com/RubyElders/ruby-butler/releases/latest/download/rb-macos -o ~ /.local/bin/rb && chmod +x ~ /.local/bin/rb
2323```
@@ -154,7 +154,7 @@ To create a new release with cross-platform binaries:
154154 ```
155155
156156The release workflow automatically:
157- - Builds binaries for Linux, macOS (ARM64 ), and Windows (both release and debug)
157+ - Builds binaries for Linux, macOS (Apple Silicon ), and Windows (both release and debug)
158158- Creates GitHub release with binaries attached
159159- Embeds git information in version output (` rb version ` )
160160
@@ -164,4 +164,4 @@ Released binaries include version traceability:
164164
165165---
166166
167- * Distinguished Ruby development deserves distinguished tooling.*
167+ * Distinguished Ruby development deserves distinguished tooling.*
You can’t perform that action at this time.
0 commit comments