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