Remove darwin from regular builds

PR #13 add notarizing step for darwin, but forgot to remove darwin from
regular OS builds.
This commit is contained in:
Cuong Manh Le
2023-02-08 00:21:15 +07:00
committed by Cuong Manh Le
parent be6e2cc0a2
commit d73ece9d9e
4 changed files with 33 additions and 54 deletions
-16
View File
@@ -12,7 +12,6 @@ builds:
goos:
- linux
- windows
- darwin
goarch:
- 386
- arm
@@ -26,21 +25,6 @@ builds:
gomips:
- softfloat
main: ./cmd/ctrld
- id: ctrld-darwin
env:
- CGO_ENABLED=0
flags:
- -trimpath
ldflags:
- -s -w
goos:
- darwin
goarch:
- amd64
- arm64
main: ./cmd/ctrld
hooks:
post: gon gon.hcl
archives:
- format_overrides:
- goos: windows