chore: Add arm64 linux support in CI
This commit is contained in:
parent
e8be6fad0f
commit
3112c67194
1 changed files with 4 additions and 1 deletions
5
.github/workflows/pull_request.yaml
vendored
5
.github/workflows/pull_request.yaml
vendored
|
|
@ -1,6 +1,6 @@
|
|||
name: Pull Request Workflow
|
||||
|
||||
on: [pull_request]
|
||||
on: [push, pull_request]
|
||||
|
||||
env:
|
||||
FLUTTER_VERSION: ${{ secrets.FLUTTER_VERSION }}
|
||||
|
|
@ -58,6 +58,9 @@ jobs:
|
|||
|
||||
build_debug_linux:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
arch: [x64, arm64]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-java@v1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue