mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: fix linux(aarch64) build
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user