Fix template variables

This commit is contained in:
David Dworken 2022-05-27 23:35:51 -07:00
parent 60c10d3026
commit 5654864561
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ flags:
goos: darwin goos: darwin
goarch: amd64 goarch: amd64
binary: hishtory-{{ .OS }}-{{ .Arch }} binary: hishtory-{{ .Os }}-{{ .Arch }}
ldflags: ldflags:
- '{{ .Env.VERSION_LDFLAGS }}' - '{{ .Env.VERSION_LDFLAGS }}'

View File

@ -9,7 +9,7 @@ flags:
goos: darwin goos: darwin
goarch: arm64 goarch: arm64
binary: hishtory-{{ .OS }}-{{ .Arch }} binary: hishtory-{{ .Os }}-{{ .Arch }}
ldflags: ldflags:
- '{{ .Env.VERSION_LDFLAGS }}' - '{{ .Env.VERSION_LDFLAGS }}'

View File

@ -9,7 +9,7 @@ flags:
goos: linux goos: linux
goarch: amd64 goarch: amd64
binary: hishtory-{{ .OS }}-{{ .Arch }} binary: hishtory-{{ .Os }}-{{ .Arch }}
ldflags: ldflags:
- '{{ .Env.VERSION_LDFLAGS }}' - '{{ .Env.VERSION_LDFLAGS }}'