Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: support Apple Silicon builds #165

Merged
merged 5 commits into from
Sep 20, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: make avd parameters configurable
edeckers committed Sep 20, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 91ddf4c42474020945f561f855c679e5cd53a161
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -128,10 +128,10 @@ jobs:
with:
api-level: ${{ env.android-api-level }}
arch: arm64-v8a
avd-name: Pixel_3_API_S_1
avd-name: ${{ secrets.ANDROID_AVD_NAME }}
emulator-options: -no-snapshot -noaudio -no-boot-anim
force-avd-creation: false
ram-size: 1024M
ram-size: ${{ secrets.ANDROID_AVD_RAM_SIZE }}
script: |
adb logcat -c
adb logcat | tee android_instrumented_logcat.log | grep 'io.deckers.blob_courier' &