Enable all supported arch for android [ci build]

This commit is contained in:
halx99 2021-06-05 01:30:49 +08:00 committed by GitHub
parent 27b0e05cfe
commit cd3bc905b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -21,6 +21,15 @@ jobs:
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
runs-on: ubuntu-18.04
strategy:
matrix:
arch:
- armeabi-v7a
- arm64-v8a
- x86
env:
BUILD_ARCH: ${{ matrix.arch }}
steps:
- uses: actions/checkout@v2
with: