Simplify CI/CD section to Gitea Actions only
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
6e5707d36a
commit
c4c88e2e05
12
README.md
12
README.md
@ -102,10 +102,9 @@ COPY --from=build /app/build/linux/arm64/release/bundle /app
|
|||||||
ENTRYPOINT ["/app/my_app"]
|
ENTRYPOINT ["/app/my_app"]
|
||||||
```
|
```
|
||||||
|
|
||||||
## CI/CD
|
## CI/CD (Gitea Actions)
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# GitHub Actions / Gitea Actions
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -117,15 +116,6 @@ jobs:
|
|||||||
- run: flutter build apk --release
|
- run: flutter build apk --release
|
||||||
```
|
```
|
||||||
|
|
||||||
```yaml
|
|
||||||
# GitLab CI
|
|
||||||
build:
|
|
||||||
image: svrnty/flutter-sdk:android-latest
|
|
||||||
script:
|
|
||||||
- flutter pub get
|
|
||||||
- flutter build apk --release
|
|
||||||
```
|
|
||||||
|
|
||||||
## Tags
|
## Tags
|
||||||
|
|
||||||
- `<variant>-latest` - Latest stable Flutter release
|
- `<variant>-latest` - Latest stable Flutter release
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user