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
Jonas Franz 5f8bbcfca3
Changing repository owner to drone-plugins
Changing vendor to Drone.IO Community
Changing docker image to plugins/gitea-release

Signed-off-by: Jonas Franz <info@jonasfranz.software>
2018-03-12 13:46:23 +01:00

775 B

drone-gitea-release

Build Status Go Doc Go Report

Drone plugin to publish files and artifacts to Gitea Release.

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 .