test: switch back to x86_64 emulator arch for patch e2e test

This commit is contained in:
Bryan Oltman
2024-04-25 13:46:44 -04:00
parent 9b0b1c6465
commit ff98ca2f9b
+2 -1
View File
@@ -66,6 +66,7 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
arch: x86_64
force-avd-creation: false
emulator-options: -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: false
@@ -75,7 +76,7 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
arch: arm64-v8a
arch: x86_64
script: ./scripts/patch_e2e.sh
cli: