1.16.5
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Cat /dev/Nulo 2022-03-24 16:31:03 -03:00
parent 5e0aad1fab
commit 4d306e1e65

View file

@ -3,7 +3,7 @@ pipeline:
image: docker.io/alpine:3.15
commands:
- apk add git nodejs npm go make rsync openssh-client-default
- git clone https://github.com/go-gitea/gitea -b v1.16.4 --depth 1 --single-branch
- git clone https://github.com/go-gitea/gitea -b v1.16.5 --depth 1 --single-branch
- cd gitea
- GOOS=linux GOARCH=amd64 LDFLAGS="-linkmode external -extldflags '-static' $LDFLAGS" TAGS="bindata sqlite sqlite_unlock_notify" make build