mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
android: add CI build for aarch64 (#32137)
I haven't tested the APK since I don't have a device with 64-bit ARM. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes do not require tests because the PR only modifies CI workflow. Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
parent
de47dfe5c1
commit
3b1bbc1aaf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
matrix:
|
||||
arch: ['armv7-linux-androideabi', 'i686-linux-android', 'x86_64-linux-android']
|
||||
arch: ['aarch64-linux-android', 'armv7-linux-androideabi', 'i686-linux-android', 'x86_64-linux-android']
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
if: github.event_name != 'issue_comment' && github.event_name != 'pull_request_target'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue