#Best repo example for creating more than 1 pre built envelope
Thread channel in help
addshore04/14/2025 09:37 AM
I imagine the answer is either https://github.com/toitlang/envelopes or https://github.com/toitlang/template-custom-envelope I want to maintain a repo that will / can contain multiple envelopes / fw builds for use by us (containing a selection of pre installed containers) As far as I can tell template-custom-envelope is primarily setup for a single envelope For multiple, am I better of replicating the main envelopes repo?
Template for creating a custom Toit envelope. Contribute to toitlang/template-custom-envelope development by creating an account on GitHub.
addshore04/14/2025 09:39 AM
I guess another option would be to essentially copy the templte repo multiple times over within a single repo And just write up the github actions etc to be one level deeper
floitsch04/14/2025 10:30 AM
Custom envelopes are primarily if you need different sdkconfigs.
floitsch04/14/2025 10:31 AM
If you just want different containers installed, I wouldn't make custom envelopes.
floitsch04/14/2025 10:32 AM
If you have many different sdkconfigs, then the easiest is probably to fork the envelopes repository.
addshore04/14/2025 10:41 AM
Right, true, I remember now, not actually combined the containers with envelopes all that might yet! but it is time!