Skip to content

Commit 3599d7b

Browse files
committed
build arm64 only
1 parent 4161a0d commit 3599d7b

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/android.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,21 +57,21 @@ jobs:
5757
- name: Patch V8
5858
run: scripts/patch.sh android
5959

60-
- name: Build V8 arm
61-
run: |
62-
scripts/build.sh android arm
60+
# - name: Build V8 arm
61+
# run: |
62+
# scripts/build.sh android arm
6363

64-
- name: Build V8 x86
65-
run: |
66-
scripts/build.sh android x86
64+
# - name: Build V8 x86
65+
# run: |
66+
# scripts/build.sh android x86
6767

6868
- name: Build V8 arm64
6969
run: |
7070
scripts/build.sh android arm64
7171
72-
- name: Build V8 x64
73-
run: |
74-
scripts/build.sh android x64
72+
# - name: Build V8 x64
73+
# run: |
74+
# scripts/build.sh android x64
7575

7676
- name: Archive
7777
run: |

0 commit comments

Comments
 (0)