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