turbo
turbo copied to clipboard
Turbo-specific changes to build containers
- Introduce some variables for owner and git repo
- Remove a bunch of architectures that we aren't targeting
- Add a
turbo-crosscontainer on top to hold pieces that are not go-specific. So far, this is node, but will likely be expanded in the future
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Updated |
|---|---|---|---|
| turbo-site | ✅ Ready (Inspect) | Visit Preview | Sep 30, 2022 at 5:21PM (UTC) |
I just noticed that the imported build is redistributing the macOS SDK, we should probably not be doing that.
Re: the SDKs, I've added a note about the XCode license (copied from oxcross, where the SDKs are coming from). I'll check internally as well to see what the specific issue is.
This is going to take some work to strip down the images for just linux and windows
Dropped node install as well, since we can't standardize on this image, we'll standardize on the gh actions setup instead.
Also note that we don't layer anything on top of the goreleaser image anymore, we've just removed things. So, we tag the final image over to turbo-cross instead of building a new one.
Images built and pushed w/ latest commit