SSH-Benchmark/.goreleaser.yml
zun.yang cb38ce11ca
Some checks failed
Release / release (push) Failing after 3m5s
update
2023-07-31 14:57:07 +08:00

34 lines
573 B
YAML

# Goreleaser configuration
# for building binaries and packages for distributions and releasing on github
dist: bin
builds:
- binary: semaphore
env:
- CGO_ENABLED=0
main: main.go
goos:
- windows
- darwin
- linux
- freebsd
goarch:
- amd64
ignore:
- goos: darwin
goarch: 386
archives:
-
format_overrides:
- goos: windows
format: zip
files:
- LICENSE
- config.json.template
# release:
# # Do not auto publish release
# draft: true
# name_template: "{{.Tag}}"