chore: activate darwin and windows builds
Some checks failed
CI Workflow / Check GoReleaser config (pull_request) Successful in 13s
CI Workflow / Code coverage report (pull_request) Has been cancelled
CI Workflow / Test readiness for publishing provider (pull_request) Has been cancelled
CI Workflow / CI (pull_request) Has been cancelled
Some checks failed
CI Workflow / Check GoReleaser config (pull_request) Successful in 13s
CI Workflow / Code coverage report (pull_request) Has been cancelled
CI Workflow / Test readiness for publishing provider (pull_request) Has been cancelled
CI Workflow / CI (pull_request) Has been cancelled
This commit is contained in:
parent
00a43dfb4c
commit
b5db1115c5
1 changed files with 9 additions and 9 deletions
|
|
@ -19,20 +19,20 @@ builds:
|
|||
ldflags:
|
||||
- '-s -w -X main.version={{.Version}} -X main.commit={{.Commit}}'
|
||||
goos:
|
||||
# - freebsd
|
||||
# - windows
|
||||
- freebsd
|
||||
- windows
|
||||
- linux
|
||||
- darwin
|
||||
goarch:
|
||||
- amd64
|
||||
# - '386'
|
||||
# - arm
|
||||
- '386'
|
||||
- arm
|
||||
- arm64
|
||||
# ignore:
|
||||
# - goos: darwin
|
||||
# goarch: '386'
|
||||
# - goos: windows
|
||||
# goarch: arm
|
||||
ignore:
|
||||
- goos: darwin
|
||||
goarch: '386'
|
||||
- goos: windows
|
||||
goarch: arm
|
||||
binary: '{{ .ProjectName }}_v{{ .Version }}'
|
||||
archives:
|
||||
- formats: [ 'zip' ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue