From 3112c671941fdc00fdf4e7dbd5de9cf896b0acc3 Mon Sep 17 00:00:00 2001 From: Krille Date: Fri, 14 Jul 2023 20:00:32 +0900 Subject: [PATCH] chore: Add arm64 linux support in CI --- .github/workflows/pull_request.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 543e28500..750ac37c7 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -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