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.
3
1
before :
4
2
hooks :
5
- # this is just an example and not a requirement for provider building/publishing
6
- - go mod tidy
7
3
- go mod vendor
8
4
builds :
9
5
- 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.
13
6
- CGO_ENABLED=0
14
7
mod_timestamp : ' {{ .CommitTimestamp }}'
15
8
flags :
@@ -20,12 +13,12 @@ builds:
20
13
# - freebsd
21
14
# - windows
22
15
- linux
23
- # - darwin
16
+ - darwin
24
17
goarch :
25
18
- amd64
26
- # - '386'
27
- # - arm
28
- # - arm64
19
+ - ' 386'
20
+ - arm
21
+ - arm64
29
22
ignore :
30
23
- goos : darwin
31
24
goarch : ' 386'
You can’t perform that action at this time.
0 commit comments