File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change 1- # Visit https://goreleaser.com for documentation on how to customize this
2- # behavior.
31before :
42 hooks :
5- # this is just an example and not a requirement for provider building/publishing
6- - go mod tidy
73 - go mod vendor
84builds :
95- env :
10- # goreleaser does not work with CGO, it could also complicate
11- # usage by users in CI/CD systems like Terraform Cloud where
12- # they are unable to install libraries.
136 - CGO_ENABLED=0
147 mod_timestamp : ' {{ .CommitTimestamp }}'
158 flags :
@@ -20,12 +13,12 @@ builds:
2013 # - freebsd
2114 # - windows
2215 - linux
23- # - darwin
16+ - darwin
2417 goarch :
2518 - amd64
26- # - '386'
27- # - arm
28- # - arm64
19+ - ' 386'
20+ - arm
21+ - arm64
2922 ignore :
3023 - goos : darwin
3124 goarch : ' 386'
You can’t perform that action at this time.
0 commit comments