hishtory/.slsa-goreleaser.yml
2022-04-19 22:23:00 -07:00

16 lines
168 B
YAML

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