Turbo build machines can now be enabled per deployment
yesterdayOriginal notes
You can now opt into Turbo build machines on any individual deployment. This is useful when you need to increase resources temporarily without changing project settings. You can do this in three ways:
Include
#VERCEL_BUILD_MACHINE=TURBOin your Git commit message before pushing to GitHubUse
vc deploy --turbo(Vercel CLI 59.20.0 or later)Set
buildMachinetoturbowhen creating a deployment with the REST API
Learn more in the managing builds documentation.