0
0
mirror of https://github.com/thegeeklab/wp-gitea-release.git synced 2024-09-18 18:52:45 +02:00
wp-gitea-release/README.md
2019-01-21 00:19:15 +01:00

1.5 KiB

drone-gitea-release

Build Status Gitter chat Join the discussion at https://discourse.drone.io Drone questions at https://stackoverflow.com Go Doc Go Report

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 .