We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1b6b65 commit ceac8a5Copy full SHA for ceac8a5
.goreleaser.yaml
@@ -43,7 +43,7 @@ builds:
43
hooks:
44
# The "trimprefix" appends ".exe" on Windows.
45
post: |
46
- cp {{.Path}} site/out/bin/coder-{{ .Os }}-{{ .Arch }}{{ trimprefix .Name "coder" }}
+ cp {{.Path}} site/out/bin/coder-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ trimprefix .Name "coder" }}
47
48
- id: coder-linux
49
dir: cmd/coder
0 commit comments