mirror of
https://github.com/thegeeklab/wp-gitea-release.git
synced 2024-11-09 17:30:39 +00:00
Woodpecker CI plugin to publish files and artifacts to Gitea releases
f7bcb7bf0c
Upgrade and switch to Drone 1.0.0 |
||
---|---|---|
.github | ||
docker | ||
.dockerignore | ||
.drone.jsonnet | ||
.drone.windows.yml | ||
.drone.yml | ||
.gitignore | ||
Gopkg.lock | ||
Gopkg.toml | ||
LICENSE | ||
main.go | ||
plugin.go | ||
README.md | ||
release.go | ||
renovate.json | ||
utils.go |
drone-gitea-release
Drone plugin to publish files and artifacts to Gitea Release.
Note: This plugin requires Gitea 1.5 or newer.
Build
Build the binary with the following commands:
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -a -tags netgo -o release/linux/amd64/drone-gitea-release
docker build --rm -t plugins/gitea-release .