Mercurial > yakumo_izuru > aya
annotate .goreleaser.yml @ 49:88a7d4a1ff62 draft
Add release script
author | prologic |
---|---|
date | Fri, 17 Sep 2021 23:43:22 +0000 |
parents | |
children |
rev | line source |
---|---|
49 | 1 --- |
2 builds: | |
3 - | |
4 id: zs | |
5 binary: zs | |
6 main: . | |
7 flags: -tags "static_build" | |
8 ldflags: -w -X main.Version={{.Version}} -X main.Commit={{.Commit}} | |
9 env: | |
10 - CGO_ENABLED=0 | |
11 goos: | |
12 - darwin | |
13 - linux | |
14 goarch: | |
15 - amd64 | |
16 - arm64 | |
17 signs: | |
18 - artifacts: checksum | |
19 release: | |
20 gitea: | |
21 owner: prologic | |
22 name: zs | |
23 draft: true | |
24 gitea_urls: | |
25 api: https://git.mills.io/api/v1/ |