Skip to content

Commit 1a128a4

Browse files
authored
Merge pull request #43 from BalanceBalls/fix-release-build
remove windows from main release build
2 parents 1426030 + e9dae1b commit 1a128a4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.goreleaser.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,13 @@ builds:
44
- env:
55
- CGO_ENABLED=0
66
goos:
7-
- windows
87
- darwin
98
- linux
109
goarch:
1110
- amd64
1211
- arm
1312
- arm64
1413
- '386'
15-
ignore:
16-
- goos: windows
17-
goarch: arm
1814
ldflags:
1915
- -s -w -X main.version={{.Version}}
2016

0 commit comments

Comments
 (0)