hishtory/.github/slsa/.slsa-goreleaser-linux-arm64.yml
2022-12-11 20:39:45 -08:00

16 lines
167 B
YAML

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