hishtory/.github/slsa/.slsa-goreleaser-windows-amd64.yml
2022-11-04 21:10:28 -07:00

16 lines
169 B
YAML

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