8 - id: "mobius-hotline-server"
9 main: ./cmd/mobius-hotline-server
10 binary: mobius-hotline-server
20 # - id: "mobius-hotline-client"
21 # main: ./cmd/mobius-hotline-client
22 # binary: mobius-hotline-client
34 - id: "mobius-hotline-server"
36 # this name template makes the OS and Arch compatible with the results of `uname`.
38 {{ .ProjectName }}_server_
40 {{- if eq .Arch "amd64" }}x86_64
41 {{- else if eq .Arch "386" }}i386
42 {{- else }}{{ .Arch }}{{ end }}
43 {{- if .Arm }}v{{ .Arm }}{{ end }}
44 # use zip for windows archives
48 # - id: "mobius-hotline-client"
50 # # this name template makes the OS and Arch compatible with the results of `uname`.
52 # {{ .ProjectName }}_client_
54 # {{- if eq .Arch "amd64" }}x86_64
55 # {{- else if eq .Arch "386" }}i386
56 # {{- else }}{{ .Arch }}{{ end }}
57 # {{- if .Arm }}v{{ .Arm }}{{ end }}
58 # # use zip for windows archives