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
This commit is contained in:
Erich Gubler 2025-03-06 23:10:31 -05:00 committed by GitHub
parent 6a61e62f55
commit faea4e8717
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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