You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drone plugin to publish files and artifacts to Gitea Release.
12
-
13
-
**Note: This plugin requires Gitea 1.5 or newer.**
11
+
Drone plugin to publish files and artifacts to Gitea release. For the usage information and a listing of the available options please take a look at [the docs](http://plugins.drone.io/drone-plugins/drone-gitea-release/).
14
12
15
13
## Build
16
14
17
-
Build the binary with the following commands:
15
+
Build the binary with the following command:
16
+
17
+
```console
18
+
export GOOS=linux
19
+
export GOARCH=amd64
20
+
export CGO_ENABLED=0
21
+
export GO111MODULE=on
22
+
23
+
go build -v -a -tags netgo -o release/linux/amd64/drone-gitea-release
24
+
```
25
+
26
+
## Docker
27
+
28
+
Build the Docker image with the following command:
0 commit comments