Skip to main content

max / goingson

Declare the Bento build config in-repo Targets move out of the daemon's bento.toml into one here, so how this app ships is versioned with the code.
Author: Max Johnson <me@maxj.phd> · 2026-07-19 20:57 UTC
Commit: 79b36d0176e51a86684c8464125cbcc2519cebc6
Parent: 71557d6
1 file changed, +6 insertions, -0 deletions
A bento.toml +6
@@ -0,0 +1,6 @@
1 + # How Bento releases GoingsOn. Lives here rather than in the daemon's config so
2 + # it is versioned with the code it describes.
3 + #
4 + # The daemon's own bento.toml holds the build hosts and points at this repo.
5 +
6 + targets = ["macos/aarch64", "ios/universal", "linux/x86_64", "linux/aarch64", "windows/x86_64"]