|
|
@@ -32,7 +32,6 @@ builds:
|
|
32
|
32
|
flags:
|
|
33
|
33
|
- -trimpath
|
|
34
|
34
|
- -mod=readonly
|
|
35
|
|
- - -pgo=auto
|
|
36
|
35
|
ldflags: -s -w -X main.version={{ .Version }}
|
|
37
|
36
|
ignore:
|
|
38
|
37
|
- goos: darwin
|
|
|
@@ -63,7 +62,6 @@ builds:
|
|
63
|
62
|
flags:
|
|
64
|
63
|
- -trimpath
|
|
65
|
64
|
- -mod=readonly
|
|
66
|
|
- - -pgo=auto
|
|
67
|
65
|
ldflags: -s -w -X main.version={{ .Version }}
|
|
68
|
66
|
- id: arm64-v9
|
|
69
|
67
|
binary: '{{ .ProjectName }}'
|
|
|
@@ -79,7 +77,6 @@ builds:
|
|
79
|
77
|
flags:
|
|
80
|
78
|
- -trimpath
|
|
81
|
79
|
- -mod=readonly
|
|
82
|
|
- - -pgo=auto
|
|
83
|
80
|
ldflags: -s -w -X main.version={{ .Version }}
|
|
84
|
81
|
- id: amd64-v3
|
|
85
|
82
|
binary: '{{ .ProjectName }}'
|
|
|
@@ -99,7 +96,6 @@ builds:
|
|
99
|
96
|
flags:
|
|
100
|
97
|
- -trimpath
|
|
101
|
98
|
- -mod=readonly
|
|
102
|
|
- - -pgo=auto
|
|
103
|
99
|
ldflags: -s -w -X main.version={{ .Version }}
|
|
104
|
100
|
|
|
105
|
101
|
archives:
|