Docker can be problematic on m1 Macs, and there are some cases where it makes sense to have Docker running locally but use remote builds for Fly.
fly deploy --remote-only works just fine, but it would be nice to be able to configure a system to default to --remote-only. Can we have a FLY_BUILD_REMOTE_ONLY environment variable for this?
Docker can be problematic on m1 Macs, and there are some cases where it makes sense to have Docker running locally but use remote builds for Fly.
fly deploy --remote-onlyworks just fine, but it would be nice to be able to configure a system to default to--remote-only. Can we have aFLY_BUILD_REMOTE_ONLYenvironment variable for this?