Skip to content

Commit 7b2a121

Browse files
authored
ci: build arm64-v8a alongside x86_64 in the Android E2E APK (#7465)
1 parent 22f8e57 commit 7b2a121

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/e2e-build-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
echo -e "org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=1g -Dfile.encoding=UTF-8" >> ./gradle.properties
102102
echo -e "android.useAndroidX=true" >> ./gradle.properties
103103
echo -e "android.enableJetifier=true" >> ./gradle.properties
104-
echo -e "reactNativeArchitectures=x86_64" >> ./gradle.properties
104+
echo -e "reactNativeArchitectures=arm64-v8a,x86_64" >> ./gradle.properties
105105
echo -e "APPLICATION_ID=chat.rocket.android" >> ./gradle.properties
106106
echo -e "newArchEnabled=true" >> ./gradle.properties
107107
echo -e "hermesEnabled=true" >> ./gradle.properties

0 commit comments

Comments
 (0)