From faea4e871716bf098b12980c5ae4d3b3c100758c Mon Sep 17 00:00:00 2001 From: Erich Gubler Date: Thu, 6 Mar 2025 23:10:31 -0500 Subject: [PATCH] test(android): add ARMv7 and x86-64 architectures as tier 2 (#7291) * test(android): add ARMv7 and x86-64 architectures * fixup! test(android): add ARMv7 and x86-64 architectures * fixup! test(android): add ARMv7 and x86-64 architectures --- .github/workflows/ci.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93af27dc2d..b5d03db5a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -144,6 +144,20 @@ jobs: tier: 2 kind: native + # Android + - name: Android ARMv7 + os: ubuntu-22.04 + target: armv7-linux-androideabi + tier: 2 + kind: wgpu-only + + # Android + - name: Android x86_64 + os: ubuntu-22.04 + target: x86_64-linux-android + tier: 2 + kind: wgpu-only + # OpenHarmony - name: OpenHarmony aarch64 os: ubuntu-22.04