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:
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