From b075a58bfc3e1db526b8b0e21ceac2386a97b2e5 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Sat, 25 Jan 2025 11:00:45 +0100 Subject: [PATCH] Add android arm64 tests --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2436de9..b72f57d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -256,7 +256,7 @@ jobs: matrix: architecture: - x86_64 - #- arm64-v8a + - arm64-v8a emulation-root: - Windows 2025 - Windows 2022 @@ -271,8 +271,8 @@ jobs: preset: release - architecture: x86_64 runner: ubuntu-24.04 - #- architecture: arm64-v8a - # runner: macos-latest + - architecture: arm64-v8a + runner: ubuntu-24.04 steps: - name: Enable KVM if: ${{ startsWith(matrix.runner, 'ubuntu') }} @@ -305,7 +305,7 @@ jobs: - name: Run Test uses: reactivecircus/android-emulator-runner@v2.33.0 with: - api-level: 29 + api-level: 26 arch: ${{matrix.architecture}} script: "adb push build/${{matrix.preset}}/artifacts/* /data/local/tmp && adb shell \"cd /data/local/tmp && export LD_LIBRARY_PATH=. && chmod +x ./analyzer && ./analyzer -e ./root c:/test-sample.exe\""