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

Skip to content

Commit 23d459d

Browse files
committed
feat: build armv7 linux releases
1 parent ad8d9dd commit 23d459d

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
@@ -45,7 +45,8 @@ builds:
4545
["-s -w -X github.com/coder/coder/buildinfo.tag={{ .Version }}"]
4646
env: [CGO_ENABLED=0]
4747
goos: [linux]
48-
goarch: [amd64, arm64]
48+
goarch: [amd64, arm, arm64]
49+
goarm: ["7"]
4950

5051
- id: coder-windows
5152
dir: cmd/coder

0 commit comments

Comments
 (0)