Deploying docker on Windows always uses remote builder

I am deploying from Windows 10 with docker desktop installed. Whenever I run a new deployment for docker, it always uses a remote build and not my local system. Is this something that is expected or is there a way to force it to use local.

Happy to get debugging info if needed.

Yeah, they recently switched flyctl (and not just on Windows) to default to remote builders. This probably also caused the scaling issues everyone’s seeing, I guess?

Anyways… one can force a local docker build, with the flyctl deploy <args> --local-only switch.

See: Getting an error trying to deploy - #2 by ignoramous