8 - id: "mobius-hotline-server"
9 main: ./cmd/mobius-hotline-server
20 - id: "mobius-hotline-client"
21 main: ./cmd/mobius-hotline-client
35 # this name template makes the OS and Arch compatible with the results of `uname`.
39 {{- if eq .Arch "amd64" }}x86_64
40 {{- else if eq .Arch "386" }}i386
41 {{- else }}{{ .Arch }}{{ end }}
42 {{- if .Arm }}v{{ .Arm }}{{ end }}
43 # use zip for windows archives