Skip to content

Commit 35a812a

Browse files
committed
fix: build darwin only
1 parent 728f5a0 commit 35a812a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22

33
builds:
44
- env: [CGO_ENABLED=0]
5-
goos: [linux, darwin]
5+
goos: [darwin]
66
goarch: [amd64, arm64]
77

88
archives:

0 commit comments

Comments
 (0)