Skip to content

Commit 1b1db3a

Browse files
committed
cd: add linux_arm platform
1 parent 97a58f0 commit 1b1db3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cli/commands/build.dart

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import 'package:args/command_runner.dart';
33
import 'build/android.dart';
44
import 'build/ios.dart';
55
import 'build/linux.dart';
6+
import 'build/linux_arm.dart';
67
import 'build/macos.dart';
78
import 'build/windows.dart';
89

@@ -17,6 +18,7 @@ class BuildCommand extends Command {
1718
addSubcommand(AndroidBuildCommand());
1819
addSubcommand(IosBuildCommand());
1920
addSubcommand(LinuxBuildCommand());
21+
addSubcommand(LinuxArmBuildCommand());
2022
addSubcommand(MacosBuildCommand());
2123
addSubcommand(WindowsBuildCommand());
2224
}

0 commit comments

Comments
 (0)