Skip to content

Commit bf0817f

Browse files
committed
cleanup
1 parent f1ff140 commit bf0817f

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

.goreleaser.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
1-
# Visit https://goreleaser.com for documentation on how to customize this
2-
# behavior.
31
before:
42
hooks:
5-
# this is just an example and not a requirement for provider building/publishing
6-
- go mod tidy
73
- go mod vendor
84
builds:
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'

0 commit comments

Comments
 (0)