This commit is contained in:
@@ -5,9 +5,11 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
strategy:
|
||||||
image: ubuntu:24.04
|
fail-fast: true
|
||||||
options: --platform linux/amd64
|
matrix:
|
||||||
|
include:
|
||||||
|
- platform: linux/amd64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
@@ -45,11 +47,8 @@ jobs:
|
|||||||
# - name: Test project
|
# - name: Test project
|
||||||
# run: flutter test
|
# run: flutter test
|
||||||
|
|
||||||
# - name: Build x64
|
- name: Build x64
|
||||||
# run: flutter build linux --target-platform linux-x64
|
run: flutter build linux
|
||||||
|
|
||||||
- name: Build arm64
|
|
||||||
run: flutter build linux --target-platform linux-arm64
|
|
||||||
|
|
||||||
- name: Save Artifacts
|
- name: Save Artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user