hishtory/.slsa-goreleaser.yml
2022-04-17 10:40:06 -07:00

15 lines
160 B
YAML

version: 1
flags:
- -trimpath
goos:
- linux
- darwin
goarch: amd64
binary: hishtory-{{ .OS }}-{{ .Arch }}
ldflags:
- '{{ .Env.VERSION_LDFLAGS }}'