Skip to content

Commit 92ce3c4

Browse files
committed
Add arm7 builds
1 parent 1f01859 commit 92ce3c4

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.goreleaser.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,16 @@ builds:
3333
- ppc64
3434
- ppc64le
3535
goarm:
36-
- ""
36+
- 6
37+
- 7
3738
ignore:
3839
- goos: darwin
3940
goarch: 386
4041
- goos: linux
4142
goarch: amd64
43+
- goos: linux
44+
goarch: arm
45+
goarm: 7
4246
- id: chezmoi-cgo-snap
4347
binary: chezmoi
4448
flags:

0 commit comments

Comments
 (0)