File tree Expand file tree Collapse file tree 1 file changed +13
-15
lines changed Expand file tree Collapse file tree 1 file changed +13
-15
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ before:
1212 - go mod tidy
1313
1414builds :
15- # - id: windows
16- # goos: [windows]
17- # goarch: ['386', amd64, arm64]
18- # env:
19- # - CGO_ENABLED=0
20- # ldflags:
21- # - -s -w -X main.version={{ .Version }}
15+ - id : windows
16+ goos : [windows]
17+ goarch : ['386', amd64, arm64]
18+ env :
19+ - CGO_ENABLED=0
20+ ldflags :
21+ - -s -w -X main.version={{ .Version }}
2222
2323 - id : linux
2424 goos : [linux]
@@ -41,14 +41,12 @@ archives:
4141 files :
4242 - LICENSE
4343
44- # - id: windows
45- # ids: [windows]
46- # format_overrides:
47- # - formats: [ 'zip' ]
48- # goos: 'windows'
49- # wrap_in_directory: true
50- # files:
51- # - LICENSE
44+ - id : windows
45+ ids : [windows]
46+ formats : zip
47+ wrap_in_directory : true
48+ files :
49+ - LICENSE
5250# nfpms:
5351# - license: MIT
5452# maintainer: SailPoint
You can’t perform that action at this time.
0 commit comments