Skip to content

Commit 813c7ba

Browse files
committed
fix releaser tags
1 parent 5da2a9d commit 813c7ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ builds:
1919
goarch: arm
2020
flags:
2121
- -v
22-
- -tags gssapi
22+
- -tags=gssapi
2323
ldflags:
2424
- -s -w -X main.version=v{{.Version}} -X main.commit={{.ShortCommit}} -X main.buildDate={{.Date}}
2525
archives:

0 commit comments

Comments
 (0)