You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Design a pattern for automated building and publishing Trunk/OCI packages on some trigger. A Git merge is adequate for now, but we should plan to move to a more queue or webhook-based trigger in the future (See Interactions for details).
Even still, we need to support a variety of platforms and architectures in the future, and it will change over time. Perhaps there's some way to have:
A registry of trusted build nodes
A way to notify those nodes of new build needs
A way to track responses from those nodes, ultimately including packages to release
Design a pattern for automated building and publishing Trunk/OCI packages on some trigger. A Git merge is adequate for now, but we should plan to move to a more queue or webhook-based trigger in the future (See Interactions for details).
Even still, we need to support a variety of platforms and architectures in the future, and it will change over time. Perhaps there's some way to have:
In the short term, imagine this:
There's a lot to balance here in terms of MVP, trusted relationships, and long-term design goals.