Skip to content

Commit b79b7ef

Browse files
committed
add goreleaser config to limit GOOS and GOARCH builds
1 parent 476086c commit b79b7ef

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.goreleaser.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 2
2+
3+
builds:
4+
- env:
5+
- CGO_ENABLED=0
6+
goos:
7+
- linux
8+
- darwin
9+
goarch:
10+
- amd64
11+
- arm64

0 commit comments

Comments
 (0)