hishtory/.slsa-goreleaser-darwin-amd64.yml
2022-05-27 23:35:51 -07:00

16 lines
168 B
YAML

version: 1
env:
- CGO_ENABLED=0
flags:
- -trimpath
goos: darwin
goarch: amd64
binary: hishtory-{{ .Os }}-{{ .Arch }}
ldflags:
- '{{ .Env.VERSION_LDFLAGS }}'