Skip to content

Commit

Permalink
feat: Add elinux-arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
Losses authored Sep 14, 2024
1 parent b99ec4b commit cbc7b5f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion flutter_package/cargokit/build_tool/lib/src/target.dart
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,13 @@ class Target {
flutter: 'linux-arm64',
),
Target(
rust: 'aarch64-unknown-linux-gnu',
rust: 'x86_64-unknown-linux-gnu',
flutter: 'elinux-x64',
),
Target(
rust: 'aarch64-unknown-linux-gnu',
flutter: 'elinux-arm64',
),
Target(
rust: 'x86_64-apple-darwin',
darwinPlatform: 'macosx',
Expand Down

0 comments on commit cbc7b5f

Please sign in to comment.