mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-29 19:54:55 +01:00
13 lines
143 B
YAML
13 lines
143 B
YAML
|
version: 1
|
||
|
|
||
|
flags:
|
||
|
- -trimpath
|
||
|
|
||
|
goos: linux
|
||
|
goarch: amd64
|
||
|
|
||
|
binary: hishtory-{{ .OS }}-{{ .Arch }}
|
||
|
|
||
|
ldflags:
|
||
|
- '{{ .Env.VERSION_LDFLAGS }}'
|