Deploying docker on Windows always uses remote builder

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