mirror of
https://github.com/thegeeklab/wp-gitea-release.git
synced 2024-11-22 00:00:41 +00:00
Add note about Gitea version (#11)
Fixes #8 by clarifying the requirements.
This commit is contained in:
parent
f8a7014264
commit
c2bec00afd
@ -6,6 +6,8 @@
|
|||||||
|
|
||||||
Drone plugin to publish files and artifacts to Gitea Release.
|
Drone plugin to publish files and artifacts to Gitea Release.
|
||||||
|
|
||||||
|
**Note: This plugin requires Gitea 1.5 or newer.**
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
Build the binary with the following commands:
|
Build the binary with the following commands:
|
||||||
@ -13,4 +15,4 @@ 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
|
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 .
|
docker build --rm -t plugins/gitea-release .
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user