8 - id: "mobius-hotline-server"
9 main: ./cmd/mobius-hotline-server
10 binary: mobius-hotline-server
21 # - id: "mobius-hotline-client"
22 # main: ./cmd/mobius-hotline-client
23 # binary: mobius-hotline-client
35 - id: "mobius-hotline-server"
37 # this name template makes the OS and Arch compatible with the results of `uname`.
39 {{ .ProjectName }}_server_
41 {{- if eq .Arch "amd64" }}x86_64
42 {{- else if eq .Arch "386" }}i386
43 {{- else }}{{ .Arch }}{{ end }}
44 {{- if .Arm }}v{{ .Arm }}{{ end }}
45 # use zip for windows archives
49 # - id: "mobius-hotline-client"
51 # # this name template makes the OS and Arch compatible with the results of `uname`.
53 # {{ .ProjectName }}_client_
55 # {{- if eq .Arch "amd64" }}x86_64
56 # {{- else if eq .Arch "386" }}i386
57 # {{- else }}{{ .Arch }}{{ end }}
58 # {{- if .Arm }}v{{ .Arm }}{{ end }}
59 # # use zip for windows archives