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

Skip to content

Commit 1cf00af

Browse files
committed
upload ARM binaries to bin
1 parent 23d459d commit 1cf00af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ builds:
3232
["-s -w -X github.com/coder/coder/buildinfo.tag={{ .Version }}"]
3333
env: [CGO_ENABLED=0]
3434
goos: [darwin, linux, windows]
35-
goarch: [amd64]
35+
goarch: [amd64, arm, arm64]
36+
goarm: ["7"]
3637
hooks:
3738
# The "trimprefix" appends ".exe" on Windows.
3839
post: |

0 commit comments

Comments
 (0)