Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ceac8a5

Browse files
committed
append arm version to slim builds
1 parent a1b6b65 commit ceac8a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ builds:
4343
hooks:
4444
# The "trimprefix" appends ".exe" on Windows.
4545
post: |
46-
cp {{.Path}} site/out/bin/coder-{{ .Os }}-{{ .Arch }}{{ trimprefix .Name "coder" }}
46+
cp {{.Path}} site/out/bin/coder-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ trimprefix .Name "coder" }}
4747
4848
- id: coder-linux
4949
dir: cmd/coder

0 commit comments

Comments
 (0)