woodpecker
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
jusax23 2023-06-04 20:37:29 +02:00
parent 87abe69716
commit 33bca7ee96
Signed by: jusax23
GPG key ID: 499E2AA870C1CD41

18
.woodpecker.yml Normal file
View file

@ -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