From b5d4ac79d1431a2023c3c447f6b4355d9fe6d6c8 Mon Sep 17 00:00:00 2001 From: Phani Pavan K Date: Sun, 8 Feb 2026 12:22:19 +0530 Subject: [PATCH] test emulation --- .gitea/workflows/build.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 94e8e55..c5b1608 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -5,6 +5,9 @@ jobs: build: name: Build runs-on: ubuntu-latest + container: + image: ubuntu:24.04 + options: --platform linux/amd64 steps: - name: Checkout code @@ -49,7 +52,7 @@ jobs: run: flutter build linux --target-platform linux-arm64 - name: Save Artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: PROD path: build/linux/*/release/bundle/prod