Skip to content

Commit a284441

Browse files
author
Amir Razmjou
committed
Fixed go releaser
1 parent 672acba commit a284441

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

.goreleaser.yml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,21 @@ builds:
1111
- CGO_ENABLED=0
1212
goos:
1313
- linux
14+
- freebsd
15+
- netbsd
1416
- windows
15-
- darwin
16-
ignore:
17-
- goos: darwin
18-
goarch: 386
17+
goarch:
18+
- 386
19+
- amd64
20+
- arm
21+
- arm64
22+
- ppc64
23+
- ppc64le
24+
- mips64
25+
- mips64le
26+
goarm:
27+
- 7
28+
1929
archives:
2030
- replacements:
2131
darwin: Darwin

0 commit comments

Comments
 (0)