hishtory/.slsa-goreleaser-linux-amd64.yml

16 lines
167 B
YAML
Raw Normal View History

2022-04-09 05:59:24 +02:00
version: 1
env:
- CGO_ENABLED=0
2022-04-09 05:59:24 +02:00
flags:
- -trimpath
2022-04-17 20:14:11 +02:00
goos: linux
2022-04-09 05:59:24 +02:00
goarch: amd64
binary: hishtory-{{ .OS }}-{{ .Arch }}
ldflags:
- '{{ .Env.VERSION_LDFLAGS }}'