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