Actualizar a 1.16.6
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
235c0f0935
commit
7e21e31295
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ pipeline:
|
||||||
image: docker.io/alpine:3.15
|
image: docker.io/alpine:3.15
|
||||||
commands:
|
commands:
|
||||||
- apk add git nodejs npm go make rsync openssh-client-default
|
- apk add git nodejs npm go make rsync openssh-client-default
|
||||||
|
# .
|
||||||
- git clone https://gitea.nulo.in/Nulo/gitea -b release/v1.16-nulo --depth 1 --single-branch
|
- git clone https://gitea.nulo.in/Nulo/gitea -b release/v1.16-nulo --depth 1 --single-branch
|
||||||
- cd gitea
|
- cd gitea
|
||||||
- GOOS=linux GOARCH=amd64 LDFLAGS="-linkmode external -extldflags '-static' $LDFLAGS" TAGS="bindata sqlite sqlite_unlock_notify" make build
|
- GOOS=linux GOARCH=amd64 LDFLAGS="-linkmode external -extldflags '-static' $LDFLAGS" TAGS="bindata sqlite sqlite_unlock_notify" make build
|
||||||
|
|
Reference in a new issue