devops-sing/.goreleaser.yml
cdryzun dde043817e
Some checks failed
Release / release (push) Failing after 1m39s
feat: add go releaser config
2023-09-23 19:16:13 +08:00

33 lines
647 B
YAML

# Goreleaser configuration
# for building binaries and packages for distributions and releasing on github
gitea_urls:
api: https://git.treesir.pub/api/v1
download: https://git.treesir.pub
# set to true if you use a self-signed certificate
skip_tls_verify: false
dist: bin
builds:
- binary: devops-sing
env:
- CGO_ENABLED=0
main: main.go
goos:
- darwin
- linux
- freebsd
goarch:
- amd64
ignore:
- goos: darwin
goarch: 386
# archives:
# -
# format_overrides:
# - goos: windows
# format: zip
# files:
# - LICENSE
# - config.json.template