# .woodpecker.yml platform: linux/arm64 pipeline: build: image: ghcr.io/cirruslabs/flutter:stable commands: - flutter build apk --release publish: image: woodpeckerci/plugin-gitea-release settings: base_url: https://codeberg.org files: - "build/app/outputs/flutter-apk/app-release.apk" api_key: from_secret: gitea_token when: event: tag