test multi build
Some checks failed
Build CI / Build (linux-arm64) (push) Failing after 42s
Build CI / Build (linux-amd64) (push) Successful in 7m28s

This commit is contained in:
2026-02-12 05:15:39 +00:00
parent f5bff6bd98
commit a7e0b7ba9a

View File

@@ -5,6 +5,9 @@ jobs:
build: build:
name: Build name: Build
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy:
matrix:
build-type: [linux-arm64, linux-amd64]
steps: steps:
- name: Checkout code - name: Checkout code
@@ -42,11 +45,11 @@ jobs:
# - name: Test project # - name: Test project
# run: flutter test # run: flutter test
- name: Build arm64 - name: Build
run: flutter build linux run: flutter build linux
- name: Save Artifacts - name: Save Artifacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: PROD.arm64 name: PROD
path: build/linux/*/release/bundle/prod path: build/linux/*/release/bundle/prod