mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-25 01:33:28 +01:00
Fix template variables
This commit is contained in:
parent
60c10d3026
commit
5654864561
@ -9,7 +9,7 @@ flags:
|
||||
goos: darwin
|
||||
goarch: amd64
|
||||
|
||||
binary: hishtory-{{ .OS }}-{{ .Arch }}
|
||||
binary: hishtory-{{ .Os }}-{{ .Arch }}
|
||||
|
||||
ldflags:
|
||||
- '{{ .Env.VERSION_LDFLAGS }}'
|
||||
|
@ -9,7 +9,7 @@ flags:
|
||||
goos: darwin
|
||||
goarch: arm64
|
||||
|
||||
binary: hishtory-{{ .OS }}-{{ .Arch }}
|
||||
binary: hishtory-{{ .Os }}-{{ .Arch }}
|
||||
|
||||
ldflags:
|
||||
- '{{ .Env.VERSION_LDFLAGS }}'
|
||||
|
@ -9,7 +9,7 @@ flags:
|
||||
goos: linux
|
||||
goarch: amd64
|
||||
|
||||
binary: hishtory-{{ .OS }}-{{ .Arch }}
|
||||
binary: hishtory-{{ .Os }}-{{ .Arch }}
|
||||
|
||||
ldflags:
|
||||
- '{{ .Env.VERSION_LDFLAGS }}'
|
||||
|
Loading…
Reference in New Issue
Block a user