test multi build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user