source: code/trunk/.goreleaser.yml@ 54

Last change on this file since 54 was 50, checked in by prologic, 4 years ago

Add release script

File size: 412 bytes
Line 
1---
2builds:
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
17signs:
18 - artifacts: checksum
19release:
20 gitea:
21 owner: prologic
22 name: zs
23 draft: true
24gitea_urls:
25 api: https://git.mills.io/api/v1/
Note: See TracBrowser for help on using the repository browser.