chore: fix linux(aarch64) build

This commit is contained in:
tsuiyuenhong
2022-06-21 18:44:06 +08:00
parent 993d1a8a27
commit 27bd4bb242
3 changed files with 11 additions and 8 deletions

View File

@ -16,12 +16,8 @@ rustup show
case "$FLOWY_DEV_ENV" in
Linux-aarch64)
cargo make --profile development-linux-aarch64 flowy-sdk-dev
;;
Linux-x86)
cargo make --profile development-linux-x86 flowy-sdk-dev
Linux)
cargo make --profile "development-linux-$(uname -m)" flowy-sdk-dev
;;
macOS)