We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4161a0d commit 3599d7bCopy full SHA for 3599d7b
1 file changed
.github/workflows/android.yml
@@ -57,21 +57,21 @@ jobs:
57
- name: Patch V8
58
run: scripts/patch.sh android
59
60
- - name: Build V8 arm
61
- run: |
62
- scripts/build.sh android arm
+ # - name: Build V8 arm
+ # run: |
+ # scripts/build.sh android arm
63
64
- - name: Build V8 x86
65
66
- scripts/build.sh android x86
+ # - name: Build V8 x86
+ # scripts/build.sh android x86
67
68
- name: Build V8 arm64
69
run: |
70
scripts/build.sh android arm64
71
72
- - name: Build V8 x64
73
74
- scripts/build.sh android x64
+ # - name: Build V8 x64
+ # scripts/build.sh android x64
75
76
- name: Archive
77
0 commit comments