The CLI should be able to determine what it's host machine is capable of.
Based on the host's capabilities subsequent configurations can be determined.
An example: On a windows runner, when running a windows-il2cpp build, we'll need to use different images and parameters than when running a linux-il2cpp build on an ubuntu runner. Both of these use docker, but for mac we run directly on the machine which again behaves differently.
The goal of this issue is to have a proper mechanism to determine strategy based on
The CLI should be able to determine what it's host machine is capable of.
Based on the host's capabilities subsequent configurations can be determined.
An example: On a windows runner, when running a windows-il2cpp build, we'll need to use different images and parameters than when running a linux-il2cpp build on an ubuntu runner. Both of these use docker, but for mac we run directly on the machine which again behaves differently.
The goal of this issue is to have a proper mechanism to determine strategy based on