Skip to content

Commit 44eaa37

Browse files
committed
restore goreleaser builds
1 parent ada3131 commit 44eaa37

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

.goreleaser.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,22 @@ builds:
88
goos:
99
- linux
1010
- windows
11-
#- darwin
11+
- darwin
1212
goarch:
13-
# - 386
13+
- 386
1414
- amd64
15+
- arm
16+
- arm64
17+
goarm:
18+
- 5
19+
- 6
20+
- 7
21+
ignore:
22+
- goos: windows
23+
goarch: arm
24+
- goos: windows
25+
goarch: arm64
26+
1527
hooks:
1628
post:
1729
# don't upx windows binaries as they make trouble with virus scanners

0 commit comments

Comments
 (0)