Skip to content
This repository was archived by the owner on Feb 3, 2023. It is now read-only.

Commit b1aeb3c

Browse files
committed
config goreleaser
1 parent f6dc089 commit b1aeb3c

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.goreleaser.yaml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
builds:
2-
- env:
2+
-
3+
# Custom environment variables to be set during the builds.
4+
# Default is empty.
5+
env:
36
- CGO_ENABLED=0
7+
8+
# GOOS list to build for.
9+
# For more info refer to: https://golang.org/doc/install/source#environment
10+
# Defaults are darwin and linux.
411
goos:
512
- linux
613
- darwin
14+
15+
# GOARCH to build for.
16+
# For more info refer to: https://golang.org/doc/install/source#environment
17+
# Defaults are 386, amd64 and arm64.
18+
goarch:
19+
- amd64
20+
- 386

0 commit comments

Comments
 (0)