add ci pipelines

This commit is contained in:
2025-11-05 19:40:31 +01:00
parent 54a29bc7bb
commit d4300204cd
3 changed files with 120 additions and 0 deletions

15
.woodpecker/release.yaml Normal file
View File

@@ -0,0 +1,15 @@
# build release
labels:
platform: linux/amd64
steps:
goreleaser:
image: goreleaser/goreleaser
when:
event: [tag]
environment:
GITEA_TOKEN:
from_secret: DEPLOY_TOKEN
commands:
- goreleaser release --clean --verbose