Cross-compile from x64 to arm64 (#20)
This commit is contained in:
@@ -219,7 +219,8 @@ class ELinuxWorkflow extends Workflow {
|
||||
|
||||
@override
|
||||
bool get appliesToHostPlatform =>
|
||||
_operatingSystemUtils.hostPlatform != HostPlatform.linux_arm64;
|
||||
(_operatingSystemUtils.hostPlatform == HostPlatform.linux_x64) ||
|
||||
(_operatingSystemUtils.hostPlatform == HostPlatform.linux_arm64);
|
||||
|
||||
@override
|
||||
bool get canLaunchDevices => true;
|
||||
|
||||
Reference in New Issue
Block a user