2021-08-04 18:41:37 +00:00
|
|
|
project_name: orbit
|
|
|
|
|
2021-08-04 19:58:25 +00:00
|
|
|
before:
|
|
|
|
hooks:
|
|
|
|
- go mod download
|
|
|
|
|
|
|
|
builds:
|
|
|
|
- id: orbit
|
2021-08-04 18:41:37 +00:00
|
|
|
dir: ./orbit/cmd/orbit/
|
2021-08-04 19:58:25 +00:00
|
|
|
binary: orbit
|
|
|
|
env:
|
|
|
|
- CGO_ENABLED=0
|
|
|
|
goos:
|
|
|
|
- darwin
|
|
|
|
- linux
|
|
|
|
- windows
|
|
|
|
goarch:
|
|
|
|
- amd64
|
|
|
|
ldflags:
|
|
|
|
- -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}} -X main.builtBy=goreleaser
|
|
|
|
hooks:
|
2021-08-04 18:41:37 +00:00
|
|
|
post: ./orbit/tools/build/sign-macos.sh {{ .Path }}
|
2021-08-04 19:58:25 +00:00
|
|
|
|
|
|
|
archives:
|
|
|
|
- id: orbit
|
|
|
|
builds:
|
|
|
|
- orbit
|
|
|
|
name_template: orbit_{{.Version}}_{{.Os}}
|
|
|
|
replacements:
|
|
|
|
darwin: macos
|
|
|
|
format_overrides:
|
|
|
|
- goos: windows
|
|
|
|
format: zip
|
|
|
|
|
|
|
|
checksum:
|
|
|
|
name_template: 'checksums.txt'
|
|
|
|
|
|
|
|
snapshot:
|
|
|
|
name_template: "{{ .Tag }}-untagged"
|
|
|
|
|
|
|
|
release:
|
|
|
|
github:
|
|
|
|
owner: fleetdm
|
2021-08-04 18:41:37 +00:00
|
|
|
name: fleet
|
2021-08-04 19:58:25 +00:00
|
|
|
draft: true
|