From a7e0b7ba9a83bfea5b3704b0f912bb2dc4c33945 Mon Sep 17 00:00:00 2001 From: Phani Pavan K Date: Thu, 12 Feb 2026 05:15:39 +0000 Subject: [PATCH] test multi build --- .gitea/workflows/build.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 1f93d4c..8870773 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -5,6 +5,9 @@ jobs: build: name: Build runs-on: ubuntu-latest + strategy: + matrix: + build-type: [linux-arm64, linux-amd64] steps: - name: Checkout code @@ -42,11 +45,11 @@ jobs: # - name: Test project # run: flutter test - - name: Build arm64 + - name: Build run: flutter build linux - name: Save Artifacts uses: actions/upload-artifact@v3 with: - name: PROD.arm64 + name: PROD path: build/linux/*/release/bundle/prod