hishtory/.slsa-goreleaser.yml

13 lines
144 B
YAML
Raw Normal View History

2022-04-20 06:17:39 +02:00
version: 1
flags:
- -trimpath
2022-04-20 06:17:39 +02:00
goos: darwin
2022-04-20 06:17:39 +02:00
goarch: arm64
2022-04-20 06:17:39 +02:00
binary: hishtory-{{ .OS }}-{{ .Arch }}
ldflags:
- '{{ .Env.VERSION_LDFLAGS }}'