source:
code/trunk/.goreleaser.yml@
53
Last change on this file since 53 was 50, checked in by , 4 years ago | |
---|---|
File size: 412 bytes |
Line | |
---|---|
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/ |
Note:
See TracBrowser
for help on using the repository browser.