Skip to content

Commit fd646b1

Browse files
committed
fix: goreleaser
1 parent 3e0a334 commit fd646b1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.goreleaser.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ before:
44
hooks:
55
# You may remove this if you don't use go modules.
66
- go mod tidy
7-
# you may remove this if you don't need go generate
8-
- go generate ./...
97
builds:
108
- env:
119
- CGO_ENABLED=0
@@ -16,13 +14,9 @@ builds:
1614
- windows
1715
- darwin
1816
ignore:
19-
- goarch: 386
2017
- goos: windows
2118
goarch: arm64
2219
main: ./cmd/protoconf-xds
23-
archives:
24-
- replacements:
25-
386: i386
2620
checksum:
2721
name_template: "checksums.txt"
2822
snapshot:

0 commit comments

Comments
 (0)