Cross-compile from x64 to arm64 (#20)

This commit is contained in:
Hidenori Matsubayashi
2021-07-27 14:17:50 +09:00
committed by GitHub
parent d6d8ba9d90
commit 0a3ef762f5
6 changed files with 65 additions and 7 deletions
+2 -1
View File
@@ -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;