perf: limit Android build to arm64-v8a only (99%+ of devices)
This commit is contained in:
@@ -287,9 +287,6 @@ jobs:
|
||||
- name: Add Android targets
|
||||
run: |
|
||||
rustup target add aarch64-linux-android --toolchain stable
|
||||
rustup target add armv7-linux-androideabi --toolchain stable
|
||||
rustup target add x86_64-linux-android --toolchain stable
|
||||
rustup target add i686-linux-android --toolchain stable
|
||||
|
||||
- name: Install dependencies (root)
|
||||
run: npm ci --prefer-offline
|
||||
|
||||
Reference in New Issue
Block a user