This commit is contained in:
commit
58d7830020
1 changed files with 8 additions and 0 deletions
8
.woodpecker.yml
Normal file
8
.woodpecker.yml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
pipeline:
|
||||||
|
build:
|
||||||
|
image: docker.io/alpine:3.15
|
||||||
|
commands:
|
||||||
|
- apk add git nodejs npm go make
|
||||||
|
- git clone https://github.com/go-gitea/gitea -b v1.16.4
|
||||||
|
- cd gitea
|
||||||
|
- GOOS=linux GOARCH=amd64 LDFLAGS="-linkmode external -extldflags '-static' $LDFLAGS" TAGS="bindata sqlite sqlite_unlock_notify" make build
|
Reference in a new issue