Actualizar a 1.16.7
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Cat /dev/Nulo 2022-05-02 16:01:15 -03:00
parent 7e21e31295
commit d8960f1267

View file

@ -3,7 +3,6 @@ pipeline:
image: docker.io/alpine:3.15
commands:
- 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
- cd gitea
- GOOS=linux GOARCH=amd64 LDFLAGS="-linkmode external -extldflags '-static' $LDFLAGS" TAGS="bindata sqlite sqlite_unlock_notify" make build