Note Gitea/GitHub Actions cross-compatibility

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Mathias Beaulieu-Duncan 2026-02-03 04:02:38 -05:00
parent c4c88e2e05
commit dffc5a151e

View File

@ -102,7 +102,7 @@ COPY --from=build /app/build/linux/arm64/release/bundle /app
ENTRYPOINT ["/app/my_app"] ENTRYPOINT ["/app/my_app"]
``` ```
## CI/CD (Gitea Actions) ## CI/CD (Gitea/GitHub Actions)
```yaml ```yaml
jobs: jobs: