File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,12 +16,13 @@ builds:
1616 ignore :
1717 - goarch : ' 386'
1818archives :
19- - replacements :
20- darwin : Darwin
21- linux : Linux
22- windows : Windows
23- 386 : i386
24- amd64 : x86_64
19+ - id : foo
20+ name_template : >-
21+ {{ .ProjectName }}_
22+ {{- title .Os }}_
23+ {{- if eq .Arch "amd64" }}x86_64
24+ {{- else if eq .Arch "386" }}i386
25+ {{- else }}{{ .Arch }}{{ end }}
2526checksum :
2627 name_template : ' checksums.txt'
2728snapshot :
Original file line number Diff line number Diff line change @@ -2,7 +2,4 @@ module microscope
22
33go 1.20
44
5- require (
6- go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352
7- golang.org/x/arch v0.3.0
8- )
5+ require go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352
Original file line number Diff line number Diff line change 11go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352 h1:CCriYyAfq1Br1aIYettdHZTy8mBTIPo7We18TuO/bak =
22go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352 /go.mod h1:SNgMg+EgDFwmvSmLRTNKC5fegJjB7v23qTQ0XLGUNHk =
3- golang.org/x/arch v0.1.0 h1:oMxhUYsO9VsR1dcoVUjJjIGhx1LXol3989T/yZ59Xsw =
4- golang.org/x/arch v0.1.0 /go.mod h1:5om86z9Hs0C8fWVUuoMHwpExlXzs5Tkyp9hOrfG7pp8 =
5- golang.org/x/arch v0.3.0 h1:02VY4/ZcO/gBOH6PUaoiptASxtXU10jazRCP865E97k =
6- golang.org/x/arch v0.3.0 /go.mod h1:5om86z9Hs0C8fWVUuoMHwpExlXzs5Tkyp9hOrfG7pp8 =
You can’t perform that action at this time.
0 commit comments