Skip to content

Commit 6a8839d

Browse files
committed
fix(ci): Don't build windows binary as it needs to be built separately on a windows machine.
Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
1 parent eec7c71 commit 6a8839d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ builds:
1717
- "-s -w -X 'kfutil/pkg/version.VERSION={{ .Version }}' -X 'kfutil/pkg/version.COMMIT={{ .Commit }}' -X 'kfutil/pkg/version.BUILD_DATE={{ .CommitTimestamp }}'"
1818
goos:
1919
- freebsd
20-
- windows
20+
# - windows
2121
- linux
2222
- darwin
2323
goarch:

0 commit comments

Comments
 (0)