max / goingson
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
1 file changed,
+7 insertions,
-1 deletion
| @@ -3,4 +3,10 @@ | |||
| 3 | 3 | # | |
| 4 | 4 | # The daemon's own bento.toml holds the build hosts and points at this repo. | |
| 5 | 5 | ||
| 6 | - | targets = ["macos/aarch64", "ios/universal", "linux/x86_64", "linux/aarch64", "windows/x86_64"] | |
| 6 | + | # windows/x86_64 is dropped, not forgotten. The Windows checkout lives at a | |
| 7 | + | # Windows path while an app declares one unix `repo`, so the daemon's release | |
| 8 | + | # preflight pins every host with a path windows-x86 does not have and the build | |
| 9 | + | # fails on its first git command. Declaring a target Bento cannot actually | |
| 10 | + | # release is worse than not declaring it. dist/recipes/windows.rhai stays for | |
| 11 | + | # when the host is set up properly. See GoingsOn `f05bdb85`. | |
| 12 | + | targets = ["macos/aarch64", "ios/universal", "linux/x86_64", "linux/aarch64"] |