diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..23192a4 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,18 @@ +# .woodpecker.yml +platform: linux/arm64 + +pipeline: + build: + image: ghcr.io/cirruslabs/flutter:3.10.2 + 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