Skip to content

Commit 6d73209

Browse files
author
AJ ONeal
committed
workaround(build): goreleaser cannot cross-compile due to syscalls
1 parent 9ab0889 commit 6d73209

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.goreleaser.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ builds:
1010
env:
1111
- CGO_ENABLED=1
1212
goos:
13-
- linux
14-
- windows
1513
- darwin
14+
#- linux
15+
#- windows
1616
goarch:
17-
- 386
1817
- amd64
19-
- arm
2018
- arm64
19+
- 386
20+
- arm
2121
goarm:
2222
- 6
2323
- 7

0 commit comments

Comments
 (0)