mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-22 08:14:02 +01:00
16 lines
169 B
YAML
16 lines
169 B
YAML
version: 1
|
|
|
|
env:
|
|
- CGO_ENABLED=0
|
|
|
|
flags:
|
|
- -trimpath
|
|
|
|
goos: freebsd
|
|
goarch: amd64
|
|
|
|
binary: hishtory-{{ .Os }}-{{ .Arch }}
|
|
|
|
ldflags:
|
|
- '{{ .Env.VERSION_LDFLAGS }}'
|