Skip to content

Commit 7015154

Browse files
authored
feat(release): add more os and architecture (#17)
1 parent 992020a commit 7015154

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: .goreleaser.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,13 @@ builds:
99
- CGO_ENABLED=0
1010
goos:
1111
- linux
12+
- freebsd
13+
- darwin
1214
goarch:
1315
- amd64
16+
- arm64
17+
goarm:
18+
- 7
1419
ldflags:
1520
- -X main.Version={{.Version}}
1621
main: ./cmd/octo/

0 commit comments

Comments
 (0)