hishtory/.slsa-goreleaser.yml

16 lines
167 B
YAML
Raw Normal View History

2022-05-24 08:29:40 +02:00
version: 1
env:
- CGO_ENABLED=0
flags:
- -trimpath
goos: linux
goarch: amd64
binary: hishtory-{{ .OS }}-{{ .Arch }}
ldflags:
- '{{ .Env.VERSION_LDFLAGS }}'