[flutter]: add aarch64 script

This commit is contained in:
annie 2021-11-19 17:34:49 +08:00
parent 49cbc6c1b3
commit 8660ade554
3 changed files with 17 additions and 2 deletions

View File

@ -76,6 +76,14 @@ CRATE_TYPE = "cdylib"
FLUTTER_OUTPUT_DIR = "Release"
SDK_EXT = "so"
[env.production-linux-aarch64]
BUILD_FLAG = "release"
TARGET_OS = "linux"
RUST_COMPILE_TARGET = "aarch64-unknown-linux-gnu"
CRATE_TYPE = "cdylib"
FLUTTER_OUTPUT_DIR = "Release"
SDK_EXT = "so"
[tasks.echo_env]
script = [
'''

View File

@ -49,4 +49,10 @@ app.*.map.json
/packages/flutter-quill
product/**
windows/flutter/dart_ffi/
windows/flutter/dart_ffi/
**/**/*.dylib
**/**/*.a
**/**/*.lib
**/**/*.dll
**/**/*.so

View File

@ -76,4 +76,5 @@ build/
**/*.dylib
**/*.a
**/*.lib
**/*.dll
**/*.dll
**/*.so