hishtory/.slsa-goreleaser.yml

16 lines
168 B
YAML
Raw Normal View History

2022-05-23 03:28:01 +02:00
version: 1
env:
- CGO_ENABLED=0
flags:
- -trimpath
2022-05-23 03:28:04 +02:00
goos: darwin
2022-05-23 03:28:07 +02:00
goarch: arm64
2022-05-23 03:28:01 +02:00
binary: hishtory-{{ .OS }}-{{ .Arch }}
ldflags:
- '{{ .Env.VERSION_LDFLAGS }}'