flutter-build: Parameterize Android build matrix (#8907)
As @rustdesk noted debug builds are no-go in official RD repo but this change makes it possible to filter jobs only relevant to Android from flutter-build.yml to build only Android in a separate mirror of Rustdesk. Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
This commit is contained in:
parent
4fec8abad4
commit
cb6a6aa42a
2 changed files with 52 additions and 7 deletions
2
flutter/ndk_x86.sh
Executable file
2
flutter/ndk_x86.sh
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
cargo ndk --platform 21 --target i686-linux-android build --release --features flutter
|
||||
Loading…
Add table
Add a link
Reference in a new issue