This repository has been archived on 2022-06-01. You can view files and clone it, but cannot push or open issues or pull requests.
gitea-updater/.woodpecker.yml

9 lines
331 B
YAML
Raw Normal View History

2022-03-15 21:53:44 +00:00
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