diff --git a/README.md b/README.md index a66e970..aa0c095 100644 --- a/README.md +++ b/README.md @@ -102,10 +102,9 @@ COPY --from=build /app/build/linux/arm64/release/bundle /app ENTRYPOINT ["/app/my_app"] ``` -## CI/CD +## CI/CD (Gitea Actions) ```yaml -# GitHub Actions / Gitea Actions jobs: build: runs-on: ubuntu-latest @@ -117,15 +116,6 @@ jobs: - run: flutter build apk --release ``` -```yaml -# GitLab CI -build: - image: svrnty/flutter-sdk:android-latest - script: - - flutter pub get - - flutter build apk --release -``` - ## Tags - `-latest` - Latest stable Flutter release